Package com.pulumi.aws.wafv2.inputs
Class RuleGroupRuleStatementXssMatchStatementArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.wafv2.inputs.RuleGroupRuleStatementXssMatchStatementArgs.Builder
-
- Enclosing class:
- RuleGroupRuleStatementXssMatchStatementArgs
public static final class RuleGroupRuleStatementXssMatchStatementArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(RuleGroupRuleStatementXssMatchStatementArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleGroupRuleStatementXssMatchStatementArgs
build()
RuleGroupRuleStatementXssMatchStatementArgs.Builder
fieldToMatch(RuleGroupRuleStatementXssMatchStatementFieldToMatchArgs fieldToMatch)
RuleGroupRuleStatementXssMatchStatementArgs.Builder
fieldToMatch(com.pulumi.core.Output<RuleGroupRuleStatementXssMatchStatementFieldToMatchArgs> fieldToMatch)
RuleGroupRuleStatementXssMatchStatementArgs.Builder
textTransformations(RuleGroupRuleStatementXssMatchStatementTextTransformationArgs... textTransformations)
RuleGroupRuleStatementXssMatchStatementArgs.Builder
textTransformations(com.pulumi.core.Output<java.util.List<RuleGroupRuleStatementXssMatchStatementTextTransformationArgs>> textTransformations)
RuleGroupRuleStatementXssMatchStatementArgs.Builder
textTransformations(java.util.List<RuleGroupRuleStatementXssMatchStatementTextTransformationArgs> textTransformations)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(RuleGroupRuleStatementXssMatchStatementArgs defaults)
-
-
Method Detail
-
fieldToMatch
public RuleGroupRuleStatementXssMatchStatementArgs.Builder fieldToMatch(@Nullable com.pulumi.core.Output<RuleGroupRuleStatementXssMatchStatementFieldToMatchArgs> fieldToMatch)
- Parameters:
fieldToMatch
- The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.- Returns:
- builder
-
fieldToMatch
public RuleGroupRuleStatementXssMatchStatementArgs.Builder fieldToMatch(RuleGroupRuleStatementXssMatchStatementFieldToMatchArgs fieldToMatch)
- Parameters:
fieldToMatch
- The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.- Returns:
- builder
-
textTransformations
public RuleGroupRuleStatementXssMatchStatementArgs.Builder textTransformations(com.pulumi.core.Output<java.util.List<RuleGroupRuleStatementXssMatchStatementTextTransformationArgs>> textTransformations)
- Parameters:
textTransformations
- Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one required. See Text Transformation below for details.- Returns:
- builder
-
textTransformations
public RuleGroupRuleStatementXssMatchStatementArgs.Builder textTransformations(java.util.List<RuleGroupRuleStatementXssMatchStatementTextTransformationArgs> textTransformations)
- Parameters:
textTransformations
- Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one required. See Text Transformation below for details.- Returns:
- builder
-
textTransformations
public RuleGroupRuleStatementXssMatchStatementArgs.Builder textTransformations(RuleGroupRuleStatementXssMatchStatementTextTransformationArgs... textTransformations)
- Parameters:
textTransformations
- Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one required. See Text Transformation below for details.- Returns:
- builder
-
build
public RuleGroupRuleStatementXssMatchStatementArgs build()
-
-