Package com.pulumi.aws.wafv2.outputs
Class RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement.Builder
- java.lang.Object
-
- com.pulumi.aws.wafv2.outputs.RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement.Builder
-
public static final class RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement defaults)
-
-
Method Detail
-
fieldToMatch
public RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement.Builder fieldToMatch(@Nullable RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatch fieldToMatch)
-
textTransformations
public RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement.Builder textTransformations(java.util.List<RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementTextTransformation> textTransformations)
-
textTransformations
public RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement.Builder textTransformations(RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementTextTransformation... textTransformations)
-
build
public RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatement build()
-
-