Class AuditLogListResponse.IpAllowlistConfigActivated.Builder
-
- All Implemented Interfaces:
public final class AuditLogListResponse.IpAllowlistConfigActivated.BuilderA builder for IpAllowlistConfigActivated.
-
-
Method Summary
-
-
Method Detail
-
configs
final AuditLogListResponse.IpAllowlistConfigActivated.Builder configs(List<AuditLogListResponse.IpAllowlistConfigActivated.Config> configs)
The configurations that were activated.
-
configs
final AuditLogListResponse.IpAllowlistConfigActivated.Builder configs(JsonField<List<AuditLogListResponse.IpAllowlistConfigActivated.Config>> configs)
Sets Builder.configs to an arbitrary JSON value.
You should usually call Builder.configs with a well-typed
List<Config>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addConfig
final AuditLogListResponse.IpAllowlistConfigActivated.Builder addConfig(AuditLogListResponse.IpAllowlistConfigActivated.Config config)
-
additionalProperties
final AuditLogListResponse.IpAllowlistConfigActivated.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuditLogListResponse.IpAllowlistConfigActivated.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuditLogListResponse.IpAllowlistConfigActivated.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuditLogListResponse.IpAllowlistConfigActivated.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuditLogListResponse.IpAllowlistConfigActivated.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuditLogListResponse.IpAllowlistConfigActivated build()
Returns an immutable instance of IpAllowlistConfigActivated.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-