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