| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
IPSetReferenceStatement.Builder |
IPSetReferenceStatement.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the IPSet that this statement references.
|
static IPSetReferenceStatement.Builder |
IPSetReferenceStatement.builder() |
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.
|
IPSetReferenceStatement.Builder |
IPSetReferenceStatement.Builder.ipSetForwardedIPConfig(IPSetForwardedIPConfig 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.
|
IPSetReferenceStatement.Builder |
IPSetReferenceStatement.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IPSetReferenceStatement.Builder> |
IPSetReferenceStatement.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Statement.Builder |
Statement.Builder.ipSetReferenceStatement(Consumer<IPSetReferenceStatement.Builder> ipSetReferenceStatement)
A rule statement used to detect web requests coming from particular IP addresses or address ranges.
|
Copyright © 2023. All rights reserved.