Package com.pulumi.aws.wafv2.outputs
Class RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement.Builder
- java.lang.Object
-
- com.pulumi.aws.wafv2.outputs.RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement.Builder
-
public static final class RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement
build()
RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement.Builder
countryCodes(java.lang.String... countryCodes)
RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement.Builder
countryCodes(java.util.List<java.lang.String> countryCodes)
RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement.Builder
forwardedIpConfig(RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementForwardedIpConfig forwardedIpConfig)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement defaults)
-
-
Method Detail
-
countryCodes
public RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement.Builder countryCodes(java.util.List<java.lang.String> countryCodes)
-
countryCodes
public RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement.Builder countryCodes(java.lang.String... countryCodes)
-
forwardedIpConfig
public RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement.Builder forwardedIpConfig(@Nullable RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatementForwardedIpConfig forwardedIpConfig)
-
build
public RuleGroupRuleStatementRateBasedStatementScopeDownStatementGeoMatchStatement build()
-
-