Package com.pulumi.aws.wafv2.outputs
Class RuleGroupRuleStatementSqliMatchStatementTextTransformation.Builder
- java.lang.Object
-
- com.pulumi.aws.wafv2.outputs.RuleGroupRuleStatementSqliMatchStatementTextTransformation.Builder
-
- Enclosing class:
- RuleGroupRuleStatementSqliMatchStatementTextTransformation
public static final class RuleGroupRuleStatementSqliMatchStatementTextTransformation.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(RuleGroupRuleStatementSqliMatchStatementTextTransformation defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleGroupRuleStatementSqliMatchStatementTextTransformation
build()
RuleGroupRuleStatementSqliMatchStatementTextTransformation.Builder
priority(java.lang.Integer priority)
RuleGroupRuleStatementSqliMatchStatementTextTransformation.Builder
type(java.lang.String type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(RuleGroupRuleStatementSqliMatchStatementTextTransformation defaults)
-
-
Method Detail
-
priority
public RuleGroupRuleStatementSqliMatchStatementTextTransformation.Builder priority(java.lang.Integer priority)
-
type
public RuleGroupRuleStatementSqliMatchStatementTextTransformation.Builder type(java.lang.String type)
-
build
public RuleGroupRuleStatementSqliMatchStatementTextTransformation build()
-
-