Package com.pulumi.aws.wafv2.outputs
Class WebAclRuleStatementSizeConstraintStatement.Builder
- java.lang.Object
-
- com.pulumi.aws.wafv2.outputs.WebAclRuleStatementSizeConstraintStatement.Builder
-
- Enclosing class:
- WebAclRuleStatementSizeConstraintStatement
public static final class WebAclRuleStatementSizeConstraintStatement.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(WebAclRuleStatementSizeConstraintStatement defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebAclRuleStatementSizeConstraintStatement
build()
WebAclRuleStatementSizeConstraintStatement.Builder
comparisonOperator(java.lang.String comparisonOperator)
WebAclRuleStatementSizeConstraintStatement.Builder
fieldToMatch(WebAclRuleStatementSizeConstraintStatementFieldToMatch fieldToMatch)
WebAclRuleStatementSizeConstraintStatement.Builder
size(java.lang.Integer size)
WebAclRuleStatementSizeConstraintStatement.Builder
textTransformations(WebAclRuleStatementSizeConstraintStatementTextTransformation... textTransformations)
WebAclRuleStatementSizeConstraintStatement.Builder
textTransformations(java.util.List<WebAclRuleStatementSizeConstraintStatementTextTransformation> textTransformations)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(WebAclRuleStatementSizeConstraintStatement defaults)
-
-
Method Detail
-
comparisonOperator
public WebAclRuleStatementSizeConstraintStatement.Builder comparisonOperator(java.lang.String comparisonOperator)
-
fieldToMatch
public WebAclRuleStatementSizeConstraintStatement.Builder fieldToMatch(@Nullable WebAclRuleStatementSizeConstraintStatementFieldToMatch fieldToMatch)
-
size
public WebAclRuleStatementSizeConstraintStatement.Builder size(java.lang.Integer size)
-
textTransformations
public WebAclRuleStatementSizeConstraintStatement.Builder textTransformations(java.util.List<WebAclRuleStatementSizeConstraintStatementTextTransformation> textTransformations)
-
textTransformations
public WebAclRuleStatementSizeConstraintStatement.Builder textTransformations(WebAclRuleStatementSizeConstraintStatementTextTransformation... textTransformations)
-
build
public WebAclRuleStatementSizeConstraintStatement build()
-
-