| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
static IPSetDescriptor.Builder |
IPSetDescriptor.builder() |
IPSetDescriptor.Builder |
IPSetDescriptor.toBuilder() |
IPSetDescriptor.Builder |
IPSetDescriptor.Builder.type(IPSetDescriptorType type)
Specify
IPV4 or IPV6. |
IPSetDescriptor.Builder |
IPSetDescriptor.Builder.type(String type)
Specify
IPV4 or IPV6. |
IPSetDescriptor.Builder |
IPSetDescriptor.Builder.value(String value)
Specify an IPv4 address by using CIDR notation.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IPSetDescriptor.Builder> |
IPSetDescriptor.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default IPSetUpdate.Builder |
IPSetUpdate.Builder.ipSetDescriptor(Consumer<IPSetDescriptor.Builder> ipSetDescriptor)
The IP address type (
IPV4 or IPV6) and the IP address range (in CIDR notation) that
web requests originate from. |
Copyright © 2023. All rights reserved.