Package com.pulumi.aws.wafv2.inputs
Class WebAclRuleStatementRegexPatternSetReferenceStatementArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.wafv2.inputs.WebAclRuleStatementRegexPatternSetReferenceStatementArgs.Builder
-
- Enclosing class:
- WebAclRuleStatementRegexPatternSetReferenceStatementArgs
public static final class WebAclRuleStatementRegexPatternSetReferenceStatementArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(WebAclRuleStatementRegexPatternSetReferenceStatementArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(WebAclRuleStatementRegexPatternSetReferenceStatementArgs defaults)
-
-
Method Detail
-
arn
public WebAclRuleStatementRegexPatternSetReferenceStatementArgs.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 WebAclRuleStatementRegexPatternSetReferenceStatementArgs.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 WebAclRuleStatementRegexPatternSetReferenceStatementArgs.Builder fieldToMatch(@Nullable com.pulumi.core.Output<WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchArgs> 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 WebAclRuleStatementRegexPatternSetReferenceStatementArgs.Builder fieldToMatch(WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchArgs fieldToMatch)
- Parameters:
fieldToMatch
- Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.- Returns:
- builder
-
textTransformations
public WebAclRuleStatementRegexPatternSetReferenceStatementArgs.Builder textTransformations(com.pulumi.core.Output<java.util.List<WebAclRuleStatementRegexPatternSetReferenceStatementTextTransformationArgs>> 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 WebAclRuleStatementRegexPatternSetReferenceStatementArgs.Builder textTransformations(java.util.List<WebAclRuleStatementRegexPatternSetReferenceStatementTextTransformationArgs> 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 WebAclRuleStatementRegexPatternSetReferenceStatementArgs.Builder textTransformations(WebAclRuleStatementRegexPatternSetReferenceStatementTextTransformationArgs... 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 WebAclRuleStatementRegexPatternSetReferenceStatementArgs build()
-
-