| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
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.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.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(IPAddressVersion ipAddressVersion)
The version of the IP addresses, either
IPV4 or IPV6. |
IPSet.Builder |
IPSet.Builder.ipAddressVersion(String 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IPSet.Builder> |
IPSet.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetIpSetResponse.Builder |
GetIpSetResponse.Builder.ipSet(Consumer<IPSet.Builder> ipSet)
This is a convenience method that creates an instance of the
IPSet.Builder avoiding the need to
create one manually via IPSet.builder(). |
Copyright © 2023. All rights reserved.