Package com.pulumi.aws.wafv2.inputs
Class WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.wafv2.inputs.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementArgs.Builder
-
- Enclosing class:
- WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementArgs
public static final class WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementArgs defaults)
-
-
Method Detail
-
fieldToMatch
public WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementArgs.Builder fieldToMatch(@Nullable com.pulumi.core.Output<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchArgs> 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 WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementArgs.Builder fieldToMatch(WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchArgs 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
-
regexString
public WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementArgs.Builder regexString(com.pulumi.core.Output<java.lang.String> regexString)
- Parameters:
regexString
- String representing the regular expression. Minimum of `1` and maximum of `512` characters.- Returns:
- builder
-
regexString
public WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementArgs.Builder regexString(java.lang.String regexString)
- Parameters:
regexString
- String representing the regular expression. Minimum of `1` and maximum of `512` characters.- Returns:
- builder
-
textTransformations
public WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementArgs.Builder textTransformations(com.pulumi.core.Output<java.util.List<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementTextTransformationArgs>> 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 WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementArgs.Builder textTransformations(java.util.List<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementTextTransformationArgs> 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 WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementArgs.Builder textTransformations(WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementTextTransformationArgs... 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
-
-