Package com.pulumi.aws.wafv2.inputs
Class WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.wafv2.inputs.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementArgs.Builder
-
- Enclosing class:
- WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementArgs
public static final class WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementArgs defaults)
-
-
Method Detail
-
fieldToMatch
public WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementArgs.Builder fieldToMatch(@Nullable com.pulumi.core.Output<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchArgs> fieldToMatch)
- Parameters:
fieldToMatch
- Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.- Returns:
- builder
-
fieldToMatch
public WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementArgs.Builder fieldToMatch(WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchArgs fieldToMatch)
- Parameters:
fieldToMatch
- Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.- Returns:
- builder
-
textTransformations
public WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementArgs.Builder textTransformations(com.pulumi.core.Output<java.util.List<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementTextTransformationArgs>> 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 transformation is required. See `text_transformation` below for details.- Returns:
- builder
-
textTransformations
public WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementArgs.Builder textTransformations(java.util.List<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementTextTransformationArgs> 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 transformation is required. See `text_transformation` below for details.- Returns:
- builder
-
textTransformations
public WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementArgs.Builder textTransformations(WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementTextTransformationArgs... 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 transformation is required. See `text_transformation` below for details.- Returns:
- builder
-
build
public WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementArgs build()
-
-