public static final class CfnWebACL.GeoMatchStatementProperty.Builder
extends java.lang.Object
CfnWebACL.GeoMatchStatementProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnWebACL.GeoMatchStatementProperty |
build()
Builds the configured instance.
|
CfnWebACL.GeoMatchStatementProperty.Builder |
countryCodes(java.util.List<java.lang.String> countryCodes)
Sets the value of
CfnWebACL.GeoMatchStatementProperty.getCountryCodes() |
CfnWebACL.GeoMatchStatementProperty.Builder |
forwardedIpConfig(CfnWebACL.ForwardedIPConfigurationProperty forwardedIpConfig)
Sets the value of
CfnWebACL.GeoMatchStatementProperty.getForwardedIpConfig() |
CfnWebACL.GeoMatchStatementProperty.Builder |
forwardedIpConfig(IResolvable forwardedIpConfig)
Sets the value of
CfnWebACL.GeoMatchStatementProperty.getForwardedIpConfig() |
public CfnWebACL.GeoMatchStatementProperty.Builder countryCodes(java.util.List<java.lang.String> countryCodes)
CfnWebACL.GeoMatchStatementProperty.getCountryCodes()
countryCodes
- An array of two-character country codes, for example, `[ "US", "CN" ]` , from the alpha-2 country ISO codes of the ISO 3166 international standard.this
public CfnWebACL.GeoMatchStatementProperty.Builder forwardedIpConfig(IResolvable forwardedIpConfig)
CfnWebACL.GeoMatchStatementProperty.getForwardedIpConfig()
forwardedIpConfig
- 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.
Commonly, this is the X-Forwarded-For (XFF) header, but you can specify any header name.
If the specified header isn't present in the request, AWS WAF doesn't apply the rule to the web request at all.
this
public CfnWebACL.GeoMatchStatementProperty.Builder forwardedIpConfig(CfnWebACL.ForwardedIPConfigurationProperty forwardedIpConfig)
CfnWebACL.GeoMatchStatementProperty.getForwardedIpConfig()
forwardedIpConfig
- 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.
Commonly, this is the X-Forwarded-For (XFF) header, but you can specify any header name.
If the specified header isn't present in the request, AWS WAF doesn't apply the rule to the web request at all.
this
public CfnWebACL.GeoMatchStatementProperty build()
CfnWebACL.GeoMatchStatementProperty
java.lang.NullPointerException
- if any required attribute was not provided