Package com.pulumi.aws.wafv2.inputs
Class RuleGroupRuleStatementAndStatementStatementRegexPatternSetReferenceStatementArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.wafv2.inputs.RuleGroupRuleStatementAndStatementStatementRegexPatternSetReferenceStatementArgs.Builder
-
public static final class RuleGroupRuleStatementAndStatementStatementRegexPatternSetReferenceStatementArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(RuleGroupRuleStatementAndStatementStatementRegexPatternSetReferenceStatementArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(RuleGroupRuleStatementAndStatementStatementRegexPatternSetReferenceStatementArgs defaults)
-
-
Method Detail
-
arn
public RuleGroupRuleStatementAndStatementStatementRegexPatternSetReferenceStatementArgs.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 RuleGroupRuleStatementAndStatementStatementRegexPatternSetReferenceStatementArgs.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 RuleGroupRuleStatementAndStatementStatementRegexPatternSetReferenceStatementArgs.Builder fieldToMatch(@Nullable com.pulumi.core.Output<RuleGroupRuleStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchArgs> 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 RuleGroupRuleStatementAndStatementStatementRegexPatternSetReferenceStatementArgs.Builder fieldToMatch(RuleGroupRuleStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchArgs 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 RuleGroupRuleStatementAndStatementStatementRegexPatternSetReferenceStatementArgs.Builder textTransformations(com.pulumi.core.Output<java.util.List<RuleGroupRuleStatementAndStatementStatementRegexPatternSetReferenceStatementTextTransformationArgs>> textTransformations)
- Parameters:
textTransformations
- Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. See Text Transformation below for details.- Returns:
- builder
-
textTransformations
public RuleGroupRuleStatementAndStatementStatementRegexPatternSetReferenceStatementArgs.Builder textTransformations(java.util.List<RuleGroupRuleStatementAndStatementStatementRegexPatternSetReferenceStatementTextTransformationArgs> textTransformations)
- Parameters:
textTransformations
- Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. See Text Transformation below for details.- Returns:
- builder
-
textTransformations
public RuleGroupRuleStatementAndStatementStatementRegexPatternSetReferenceStatementArgs.Builder textTransformations(RuleGroupRuleStatementAndStatementStatementRegexPatternSetReferenceStatementTextTransformationArgs... textTransformations)
- Parameters:
textTransformations
- Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. See Text Transformation below for details.- Returns:
- builder
-
build
public RuleGroupRuleStatementAndStatementStatementRegexPatternSetReferenceStatementArgs build()
-
-