Package com.pulumi.aws.wafv2.inputs
Class WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.wafv2.inputs.WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementArgs.Builder
-
public static final class WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementArgs defaults)
-
-
Method Detail
-
comparisonOperator
public WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementArgs.Builder comparisonOperator(com.pulumi.core.Output<java.lang.String> comparisonOperator)
- Parameters:
comparisonOperator
- Operator to use to compare the request part to the size setting. Valid values include: `EQ`, `NE`, `LE`, `LT`, `GE`, or `GT`.- Returns:
- builder
-
comparisonOperator
public WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementArgs.Builder comparisonOperator(java.lang.String comparisonOperator)
- Parameters:
comparisonOperator
- Operator to use to compare the request part to the size setting. Valid values include: `EQ`, `NE`, `LE`, `LT`, `GE`, or `GT`.- Returns:
- builder
-
fieldToMatch
public WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementArgs.Builder fieldToMatch(@Nullable com.pulumi.core.Output<WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchArgs> fieldToMatch)
- Parameters:
fieldToMatch
- Part of a web request that you want AWS WAF to inspect. See Field to Match below for details.- Returns:
- builder
-
fieldToMatch
public WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementArgs.Builder fieldToMatch(WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchArgs fieldToMatch)
- Parameters:
fieldToMatch
- Part of a web request that you want AWS WAF to inspect. See Field to Match below for details.- Returns:
- builder
-
size
public WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementArgs.Builder size(com.pulumi.core.Output<java.lang.Integer> size)
- Parameters:
size
- Size, in bytes, to compare to the request part, after any transformations. Valid values are integers between 0 and 21474836480, inclusive.- Returns:
- builder
-
size
public WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementArgs.Builder size(java.lang.Integer size)
- Parameters:
size
- Size, in bytes, to compare to the request part, after any transformations. Valid values are integers between 0 and 21474836480, inclusive.- Returns:
- builder
-
textTransformations
public WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementArgs.Builder textTransformations(com.pulumi.core.Output<java.util.List<WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformationArgs>> 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 WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementArgs.Builder textTransformations(java.util.List<WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformationArgs> 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 WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementArgs.Builder textTransformations(WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformationArgs... 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 WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementArgs build()
-
-