Package com.pulumi.aws.wafv2.inputs
Class RuleGroupRuleStatementRegexPatternSetReferenceStatementArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.wafv2.inputs.RuleGroupRuleStatementRegexPatternSetReferenceStatementArgs.Builder
-
- Enclosing class:
- RuleGroupRuleStatementRegexPatternSetReferenceStatementArgs
public static final class RuleGroupRuleStatementRegexPatternSetReferenceStatementArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(RuleGroupRuleStatementRegexPatternSetReferenceStatementArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(RuleGroupRuleStatementRegexPatternSetReferenceStatementArgs defaults)
-
-
Method Detail
-
arn
public RuleGroupRuleStatementRegexPatternSetReferenceStatementArgs.Builder arn(com.pulumi.core.Output<java.lang.String> arn)
- Parameters:
arn
- The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.- Returns:
- builder
-
arn
public RuleGroupRuleStatementRegexPatternSetReferenceStatementArgs.Builder arn(java.lang.String arn)
- Parameters:
arn
- The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.- Returns:
- builder
-
fieldToMatch
public RuleGroupRuleStatementRegexPatternSetReferenceStatementArgs.Builder fieldToMatch(@Nullable com.pulumi.core.Output<RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchArgs> 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 RuleGroupRuleStatementRegexPatternSetReferenceStatementArgs.Builder fieldToMatch(RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchArgs 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 RuleGroupRuleStatementRegexPatternSetReferenceStatementArgs.Builder textTransformations(com.pulumi.core.Output<java.util.List<RuleGroupRuleStatementRegexPatternSetReferenceStatementTextTransformationArgs>> 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 RuleGroupRuleStatementRegexPatternSetReferenceStatementArgs.Builder textTransformations(java.util.List<RuleGroupRuleStatementRegexPatternSetReferenceStatementTextTransformationArgs> 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 RuleGroupRuleStatementRegexPatternSetReferenceStatementArgs.Builder textTransformations(RuleGroupRuleStatementRegexPatternSetReferenceStatementTextTransformationArgs... 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 RuleGroupRuleStatementRegexPatternSetReferenceStatementArgs build()
-
-