Package com.pulumi.aws.wafv2.inputs
Class RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.wafv2.inputs.RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathArgs.Builder
-
- Enclosing class:
- RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathArgs
public static final class RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathArgs
build()
RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathArgs.Builder
textTransformations(RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathTextTransformationArgs... textTransformations)
RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathArgs.Builder
textTransformations(com.pulumi.core.Output<java.util.List<RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathTextTransformationArgs>> textTransformations)
RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathArgs.Builder
textTransformations(java.util.List<RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathTextTransformationArgs> textTransformations)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathArgs defaults)
-
-
Method Detail
-
textTransformations
public RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathArgs.Builder textTransformations(com.pulumi.core.Output<java.util.List<RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathTextTransformationArgs>> textTransformations)
- Parameters:
textTransformations
- Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See Text Transformation above for details.- Returns:
- builder
-
textTransformations
public RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathArgs.Builder textTransformations(java.util.List<RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathTextTransformationArgs> textTransformations)
- Parameters:
textTransformations
- Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See Text Transformation above for details.- Returns:
- builder
-
textTransformations
public RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathArgs.Builder textTransformations(RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathTextTransformationArgs... textTransformations)
- Parameters:
textTransformations
- Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See Text Transformation above for details.- Returns:
- builder
-
build
public RuleGroupRuleStatementRateBasedStatementCustomKeyUriPathArgs build()
-
-