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