Package com.pulumi.aws.wafv2.inputs
Class WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.wafv2.inputs.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementArgs.Builder
-
- Enclosing class:
- WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementArgs
public static final class WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementArgs defaults)
-
-
Method Detail
-
fieldToMatch
public WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementArgs.Builder fieldToMatch(@Nullable com.pulumi.core.Output<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchArgs> 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 WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementArgs.Builder fieldToMatch(WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchArgs fieldToMatch)
- Parameters:
fieldToMatch
- Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.- Returns:
- builder
-
positionalConstraint
public WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementArgs.Builder positionalConstraint(com.pulumi.core.Output<java.lang.String> positionalConstraint)
- Parameters:
positionalConstraint
- Area within the portion of a web request that you want AWS WAF to search for `search_string`. Valid values include the following: `EXACTLY`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CONTAINS_WORD`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_ByteMatchStatement.html) for more information.- Returns:
- builder
-
positionalConstraint
public WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementArgs.Builder positionalConstraint(java.lang.String positionalConstraint)
- Parameters:
positionalConstraint
- Area within the portion of a web request that you want AWS WAF to search for `search_string`. Valid values include the following: `EXACTLY`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CONTAINS_WORD`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_ByteMatchStatement.html) for more information.- Returns:
- builder
-
searchString
public WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementArgs.Builder searchString(com.pulumi.core.Output<java.lang.String> searchString)
- Parameters:
searchString
- String value that you want AWS WAF to search for. AWS WAF searches only in the part of web requests that you designate for inspection in `field_to_match`. The maximum length of the value is 50 bytes.- Returns:
- builder
-
searchString
public WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementArgs.Builder searchString(java.lang.String searchString)
- Parameters:
searchString
- String value that you want AWS WAF to search for. AWS WAF searches only in the part of web requests that you designate for inspection in `field_to_match`. The maximum length of the value is 50 bytes.- Returns:
- builder
-
textTransformations
public WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementArgs.Builder textTransformations(com.pulumi.core.Output<java.util.List<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementTextTransformationArgs>> 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 transformation is required. See `text_transformation` below for details.- Returns:
- builder
-
textTransformations
public WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementArgs.Builder textTransformations(java.util.List<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementTextTransformationArgs> 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 transformation is required. See `text_transformation` below for details.- Returns:
- builder
-
textTransformations
public WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementArgs.Builder textTransformations(WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementTextTransformationArgs... 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 transformation is required. See `text_transformation` below for details.- Returns:
- builder
-
build
public WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementArgs build()
-
-