Class AuditLogListResponse.ServiceAccountDeleted.Builder
-
- All Implemented Interfaces:
public final class AuditLogListResponse.ServiceAccountDeleted.BuilderA builder for ServiceAccountDeleted.
-
-
Method Summary
Modifier and Type Method Description final AuditLogListResponse.ServiceAccountDeleted.Builderid(String id)The service account ID. final AuditLogListResponse.ServiceAccountDeleted.Builderid(JsonField<String> id)Sets Builder.id to an arbitrary JSON value. final AuditLogListResponse.ServiceAccountDeleted.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final AuditLogListResponse.ServiceAccountDeleted.BuilderputAdditionalProperty(String key, JsonValue value)final AuditLogListResponse.ServiceAccountDeleted.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final AuditLogListResponse.ServiceAccountDeleted.BuilderremoveAdditionalProperty(String key)final AuditLogListResponse.ServiceAccountDeleted.BuilderremoveAllAdditionalProperties(Set<String> keys)final AuditLogListResponse.ServiceAccountDeletedbuild()Returns an immutable instance of ServiceAccountDeleted. -
-
Method Detail
-
id
final AuditLogListResponse.ServiceAccountDeleted.Builder id(String id)
The service account ID.
-
id
final AuditLogListResponse.ServiceAccountDeleted.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.
-
additionalProperties
final AuditLogListResponse.ServiceAccountDeleted.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuditLogListResponse.ServiceAccountDeleted.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuditLogListResponse.ServiceAccountDeleted.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuditLogListResponse.ServiceAccountDeleted.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuditLogListResponse.ServiceAccountDeleted.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuditLogListResponse.ServiceAccountDeleted build()
Returns an immutable instance of ServiceAccountDeleted.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-