Package com.pulumi.aws.wafv2.inputs
Class RuleGroupRuleStatementRegexMatchStatementArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.wafv2.inputs.RuleGroupRuleStatementRegexMatchStatementArgs.Builder
-
- Enclosing class:
- RuleGroupRuleStatementRegexMatchStatementArgs
public static final class RuleGroupRuleStatementRegexMatchStatementArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(RuleGroupRuleStatementRegexMatchStatementArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(RuleGroupRuleStatementRegexMatchStatementArgs defaults)
-
-
Method Detail
-
fieldToMatch
public RuleGroupRuleStatementRegexMatchStatementArgs.Builder fieldToMatch(@Nullable com.pulumi.core.Output<RuleGroupRuleStatementRegexMatchStatementFieldToMatchArgs> 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 RuleGroupRuleStatementRegexMatchStatementArgs.Builder fieldToMatch(RuleGroupRuleStatementRegexMatchStatementFieldToMatchArgs 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 RuleGroupRuleStatementRegexMatchStatementArgs.Builder regexString(com.pulumi.core.Output<java.lang.String> regexString)
- Parameters:
regexString
- The string representing the regular expression. **Note:** The fixed quota for the maximum number of characters in each regex pattern is 200, which can't be changed. See [AWS WAF quotas](https://docs.aws.amazon.com/waf/latest/developerguide/limits.html) for details.- Returns:
- builder
-
regexString
public RuleGroupRuleStatementRegexMatchStatementArgs.Builder regexString(java.lang.String regexString)
- Parameters:
regexString
- The string representing the regular expression. **Note:** The fixed quota for the maximum number of characters in each regex pattern is 200, which can't be changed. See [AWS WAF quotas](https://docs.aws.amazon.com/waf/latest/developerguide/limits.html) for details.- Returns:
- builder
-
textTransformations
public RuleGroupRuleStatementRegexMatchStatementArgs.Builder textTransformations(com.pulumi.core.Output<java.util.List<RuleGroupRuleStatementRegexMatchStatementTextTransformationArgs>> 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 RuleGroupRuleStatementRegexMatchStatementArgs.Builder textTransformations(java.util.List<RuleGroupRuleStatementRegexMatchStatementTextTransformationArgs> 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 RuleGroupRuleStatementRegexMatchStatementArgs.Builder textTransformations(RuleGroupRuleStatementRegexMatchStatementTextTransformationArgs... 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 RuleGroupRuleStatementRegexMatchStatementArgs build()
-
-