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