Class AuditLogListResponse.IpAllowlistConfigDeactivated.Builder
-
- All Implemented Interfaces:
public final class AuditLogListResponse.IpAllowlistConfigDeactivated.BuilderA builder for IpAllowlistConfigDeactivated.
-
-
Method Summary
-
-
Method Detail
-
configs
final AuditLogListResponse.IpAllowlistConfigDeactivated.Builder configs(List<AuditLogListResponse.IpAllowlistConfigDeactivated.Config> configs)
The configurations that were deactivated.
-
configs
final AuditLogListResponse.IpAllowlistConfigDeactivated.Builder configs(JsonField<List<AuditLogListResponse.IpAllowlistConfigDeactivated.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.IpAllowlistConfigDeactivated.Builder addConfig(AuditLogListResponse.IpAllowlistConfigDeactivated.Config config)
-
additionalProperties
final AuditLogListResponse.IpAllowlistConfigDeactivated.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuditLogListResponse.IpAllowlistConfigDeactivated.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuditLogListResponse.IpAllowlistConfigDeactivated.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuditLogListResponse.IpAllowlistConfigDeactivated.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuditLogListResponse.IpAllowlistConfigDeactivated.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuditLogListResponse.IpAllowlistConfigDeactivated build()
Returns an immutable instance of IpAllowlistConfigDeactivated.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-