CreateIpSetRequest.Builder |
CreateIpSetRequest.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.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.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.
|
static CreateIpSetRequest.Builder |
CreateIpSetRequest.builder() |
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.description(String description) |
A description of the IP set that helps with identification.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.ipAddressVersion(String ipAddressVersion) |
The version of the IP addresses, either IPV4 or IPV6.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.ipAddressVersion(IPAddressVersion ipAddressVersion) |
The version of the IP addresses, either IPV4 or IPV6.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.name(String name) |
The name of the IP set.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.scope(String scope) |
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.scope(Scope scope) |
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.tags(Collection<Tag> tags) |
An array of key:value pairs to associate with the resource.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
An array of key:value pairs to associate with the resource.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.tags(Tag... tags) |
An array of key:value pairs to associate with the resource.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.toBuilder() |
|