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