Package com.pulumi.aws.wafv2.inputs
Class WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.wafv2.inputs.WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementArgs.Builder
-
public static final class WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementArgs defaults)
-
-
Method Detail
-
countryCodes
public WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementArgs.Builder countryCodes(com.pulumi.core.Output<java.util.List<java.lang.String>> countryCodes)
- Parameters:
countryCodes
- Array of two-character country codes, for example, [ "US", "CN" ], from the alpha-2 country ISO codes of the `ISO 3166` international standard. See the [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_GeoMatchStatement.html) for valid values.- Returns:
- builder
-
countryCodes
public WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementArgs.Builder countryCodes(java.util.List<java.lang.String> countryCodes)
- Parameters:
countryCodes
- Array of two-character country codes, for example, [ "US", "CN" ], from the alpha-2 country ISO codes of the `ISO 3166` international standard. See the [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_GeoMatchStatement.html) for valid values.- Returns:
- builder
-
countryCodes
public WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementArgs.Builder countryCodes(java.lang.String... countryCodes)
- Parameters:
countryCodes
- Array of two-character country codes, for example, [ "US", "CN" ], from the alpha-2 country ISO codes of the `ISO 3166` international standard. See the [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_GeoMatchStatement.html) for valid values.- Returns:
- builder
-
forwardedIpConfig
public WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementArgs.Builder forwardedIpConfig(@Nullable com.pulumi.core.Output<WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementForwardedIpConfigArgs> forwardedIpConfig)
- Parameters:
forwardedIpConfig
- 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. See `forwarded_ip_config` below for details.- Returns:
- builder
-
forwardedIpConfig
public WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementArgs.Builder forwardedIpConfig(WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementForwardedIpConfigArgs forwardedIpConfig)
- Parameters:
forwardedIpConfig
- 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. See `forwarded_ip_config` below for details.- Returns:
- builder
-
build
public WebAclRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementArgs build()
-
-