IPSet.Builder |
IPSet.Builder.addresses(String... addresses) |
Contains an array of strings that specifies zero or more IP addresses or blocks of IP addresses that you want
WAF to inspect for in incoming requests.
|
IPSet.Builder |
IPSet.Builder.addresses(Collection<String> addresses) |
Contains an array of strings that specifies zero or more IP addresses or blocks of IP addresses that you want
WAF to inspect for in incoming requests.
|
IPSet.Builder |
IPSet.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the entity.
|
static IPSet.Builder |
IPSet.builder() |
|
IPSet.Builder |
IPSet.Builder.description(String description) |
A description of the IP set that helps with identification.
|
IPSet.Builder |
IPSet.Builder.id(String id) |
A unique identifier for the set.
|
IPSet.Builder |
IPSet.Builder.ipAddressVersion(String ipAddressVersion) |
The version of the IP addresses, either IPV4 or IPV6.
|
IPSet.Builder |
IPSet.Builder.ipAddressVersion(IPAddressVersion ipAddressVersion) |
The version of the IP addresses, either IPV4 or IPV6.
|
IPSet.Builder |
IPSet.Builder.name(String name) |
The name of the IP set.
|
IPSet.Builder |
IPSet.toBuilder() |
|