@Stability(value=Stable) public static final class CfnWebACL.HeaderMatchPatternProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnWebACL.HeaderMatchPatternProperty>
CfnWebACL.HeaderMatchPatternProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnWebACL.HeaderMatchPatternProperty.Builder |
all(Object all)
Sets the value of
CfnWebACL.HeaderMatchPatternProperty.getAll() |
CfnWebACL.HeaderMatchPatternProperty |
build()
Builds the configured instance.
|
CfnWebACL.HeaderMatchPatternProperty.Builder |
excludedHeaders(List<String> excludedHeaders)
Sets the value of
CfnWebACL.HeaderMatchPatternProperty.getExcludedHeaders() |
CfnWebACL.HeaderMatchPatternProperty.Builder |
includedHeaders(List<String> includedHeaders)
Sets the value of
CfnWebACL.HeaderMatchPatternProperty.getIncludedHeaders() |
@Stability(value=Stable) public CfnWebACL.HeaderMatchPatternProperty.Builder all(Object all)
CfnWebACL.HeaderMatchPatternProperty.getAll()all - Inspect all headers.this@Stability(value=Stable) public CfnWebACL.HeaderMatchPatternProperty.Builder excludedHeaders(List<String> excludedHeaders)
CfnWebACL.HeaderMatchPatternProperty.getExcludedHeaders()excludedHeaders - Inspect only the headers whose keys don't match any of the strings specified here.this@Stability(value=Stable) public CfnWebACL.HeaderMatchPatternProperty.Builder includedHeaders(List<String> includedHeaders)
CfnWebACL.HeaderMatchPatternProperty.getIncludedHeaders()includedHeaders - Inspect only the headers that have a key that matches one of the strings specified here.this@Stability(value=Stable) public CfnWebACL.HeaderMatchPatternProperty build()
build in interface software.amazon.jsii.Builder<CfnWebACL.HeaderMatchPatternProperty>CfnWebACL.HeaderMatchPatternPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.