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