Class AuditLogListResponse.ServiceAccountCreated.Builder
-
- All Implemented Interfaces:
public final class AuditLogListResponse.ServiceAccountCreated.BuilderA builder for ServiceAccountCreated.
-
-
Method Summary
-
-
Method Detail
-
id
final AuditLogListResponse.ServiceAccountCreated.Builder id(String id)
The service account ID.
-
id
final AuditLogListResponse.ServiceAccountCreated.Builder id(JsonField<String> id)
Sets Builder.id to an arbitrary JSON value.
You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
data
final AuditLogListResponse.ServiceAccountCreated.Builder data(AuditLogListResponse.ServiceAccountCreated.Data data)
The payload used to create the service account.
-
data
final AuditLogListResponse.ServiceAccountCreated.Builder data(JsonField<AuditLogListResponse.ServiceAccountCreated.Data> data)
Sets Builder.data to an arbitrary JSON value.
You should usually call Builder.data with a well-typed Data value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final AuditLogListResponse.ServiceAccountCreated.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuditLogListResponse.ServiceAccountCreated.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuditLogListResponse.ServiceAccountCreated.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuditLogListResponse.ServiceAccountCreated.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuditLogListResponse.ServiceAccountCreated.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuditLogListResponse.ServiceAccountCreated build()
Returns an immutable instance of ServiceAccountCreated.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-