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