| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static IPSetForwardedIPConfig.Builder |
IPSetForwardedIPConfig.builder() |
IPSetForwardedIPConfig.Builder |
IPSetForwardedIPConfig.Builder.fallbackBehavior(FallbackBehavior fallbackBehavior)
The match status to assign to the web request if the request doesn't have a valid IP address in the specified
position.
|
IPSetForwardedIPConfig.Builder |
IPSetForwardedIPConfig.Builder.fallbackBehavior(String fallbackBehavior)
The match status to assign to the web request if the request doesn't have a valid IP address in the specified
position.
|
IPSetForwardedIPConfig.Builder |
IPSetForwardedIPConfig.Builder.headerName(String headerName)
The name of the HTTP header to use for the IP address.
|
IPSetForwardedIPConfig.Builder |
IPSetForwardedIPConfig.Builder.position(ForwardedIPPosition position)
The position in the header to search for the IP address.
|
IPSetForwardedIPConfig.Builder |
IPSetForwardedIPConfig.Builder.position(String position)
The position in the header to search for the IP address.
|
IPSetForwardedIPConfig.Builder |
IPSetForwardedIPConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IPSetForwardedIPConfig.Builder> |
IPSetForwardedIPConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default IPSetReferenceStatement.Builder |
IPSetReferenceStatement.Builder.ipSetForwardedIPConfig(Consumer<IPSetForwardedIPConfig.Builder> ipSetForwardedIPConfig)
The configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP
address that's reported by the web request origin.
|
Copyright © 2023. All rights reserved.