Package com.pulumi.aws.wafv2.outputs
Class WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement.Builder
- java.lang.Object
-
- com.pulumi.aws.wafv2.outputs.WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement.Builder
-
public static final class WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement.Builder
arn(java.lang.String arn)
WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement
build()
WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement.Builder
ipSetForwardedIpConfig(WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig ipSetForwardedIpConfig)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement defaults)
-
-
Method Detail
-
arn
public WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement.Builder arn(java.lang.String arn)
-
ipSetForwardedIpConfig
public WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement.Builder ipSetForwardedIpConfig(@Nullable WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig ipSetForwardedIpConfig)
-
build
public WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement build()
-
-