Package com.pulumi.aws.wafv2.inputs
Class WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.wafv2.inputs.WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementArgs.Builder
-
public static final class WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementArgs defaults)
-
-
Method Detail
-
fieldToMatch
public WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementArgs.Builder fieldToMatch(@Nullable com.pulumi.core.Output<WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchArgs> 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 WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementArgs.Builder fieldToMatch(WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchArgs 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 WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementArgs.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 WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementArgs.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 WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementArgs.Builder textTransformations(com.pulumi.core.Output<java.util.List<WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformationArgs>> 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 WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementArgs.Builder textTransformations(java.util.List<WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformationArgs> 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 WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementArgs.Builder textTransformations(WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformationArgs... 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 WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementArgs build()
-
-