Class AuditLogListResponse.IpAllowlistUpdated.Builder
-
- All Implemented Interfaces:
public final class AuditLogListResponse.IpAllowlistUpdated.BuilderA builder for IpAllowlistUpdated.
-
-
Method Summary
-
-
Method Detail
-
id
final AuditLogListResponse.IpAllowlistUpdated.Builder id(String id)
The ID of the IP allowlist configuration.
-
id
final AuditLogListResponse.IpAllowlistUpdated.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.
-
allowedIps
final AuditLogListResponse.IpAllowlistUpdated.Builder allowedIps(List<String> allowedIps)
The updated set of IP addresses or CIDR ranges in the configuration.
-
allowedIps
final AuditLogListResponse.IpAllowlistUpdated.Builder allowedIps(JsonField<List<String>> allowedIps)
Sets Builder.allowedIps to an arbitrary JSON value.
You should usually call Builder.allowedIps with a well-typed
List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addAllowedIp
final AuditLogListResponse.IpAllowlistUpdated.Builder addAllowedIp(String allowedIp)
Adds a single String to allowedIps.
-
additionalProperties
final AuditLogListResponse.IpAllowlistUpdated.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuditLogListResponse.IpAllowlistUpdated.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuditLogListResponse.IpAllowlistUpdated.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuditLogListResponse.IpAllowlistUpdated.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuditLogListResponse.IpAllowlistUpdated.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuditLogListResponse.IpAllowlistUpdated build()
Returns an immutable instance of IpAllowlistUpdated.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-