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