Package com.pulumi.aws.wafv2.inputs
Class WebAclRuleStatementXssMatchStatementFieldToMatchHeaderArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.wafv2.inputs.WebAclRuleStatementXssMatchStatementFieldToMatchHeaderArgs.Builder
-
- Enclosing class:
- WebAclRuleStatementXssMatchStatementFieldToMatchHeaderArgs
public static final class WebAclRuleStatementXssMatchStatementFieldToMatchHeaderArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(WebAclRuleStatementXssMatchStatementFieldToMatchHeaderArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(WebAclRuleStatementXssMatchStatementFieldToMatchHeaderArgs defaults)
-
-
Method Detail
-
matchPattern
public WebAclRuleStatementXssMatchStatementFieldToMatchHeaderArgs.Builder matchPattern(com.pulumi.core.Output<WebAclRuleStatementXssMatchStatementFieldToMatchHeaderMatchPatternArgs> matchPattern)
- Parameters:
matchPattern
- The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:- Returns:
- builder
-
matchPattern
public WebAclRuleStatementXssMatchStatementFieldToMatchHeaderArgs.Builder matchPattern(WebAclRuleStatementXssMatchStatementFieldToMatchHeaderMatchPatternArgs matchPattern)
- Parameters:
matchPattern
- The filter to use to identify the subset of headers to inspect in a web request. The `match_pattern` block supports only one of the following arguments:- Returns:
- builder
-
matchScope
public WebAclRuleStatementXssMatchStatementFieldToMatchHeaderArgs.Builder matchScope(com.pulumi.core.Output<java.lang.String> matchScope)
- Parameters:
matchScope
- The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.- Returns:
- builder
-
matchScope
public WebAclRuleStatementXssMatchStatementFieldToMatchHeaderArgs.Builder matchScope(java.lang.String matchScope)
- Parameters:
matchScope
- The parts of the headers to inspect with the rule inspection criteria. If you specify `All`, AWS WAF inspects both keys and values. Valid values include the following: `ALL`, `Key`, `Value`.- Returns:
- builder
-
oversizeHandling
public WebAclRuleStatementXssMatchStatementFieldToMatchHeaderArgs.Builder oversizeHandling(com.pulumi.core.Output<java.lang.String> oversizeHandling)
- Parameters:
oversizeHandling
- Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.- Returns:
- builder
-
oversizeHandling
public WebAclRuleStatementXssMatchStatementFieldToMatchHeaderArgs.Builder oversizeHandling(java.lang.String oversizeHandling)
- Parameters:
oversizeHandling
- Oversize handling tells AWS WAF what to do with a web request when the request component that the rule inspects is over the limits. Valid values include the following: `CONTINUE`, `MATCH`, `NO_MATCH`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-oversize-handling.html) for more information.- Returns:
- builder
-
build
public WebAclRuleStatementXssMatchStatementFieldToMatchHeaderArgs build()
-
-