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