@Stability(value=Stable) public static final class CfnWebACL.CustomRequestHandlingProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnWebACL.CustomRequestHandlingProperty>
CfnWebACL.CustomRequestHandlingProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnWebACL.CustomRequestHandlingProperty |
build()
Builds the configured instance.
|
CfnWebACL.CustomRequestHandlingProperty.Builder |
insertHeaders(IResolvable insertHeaders)
Sets the value of
CfnWebACL.CustomRequestHandlingProperty.getInsertHeaders() |
CfnWebACL.CustomRequestHandlingProperty.Builder |
insertHeaders(List<? extends Object> insertHeaders)
Sets the value of
CfnWebACL.CustomRequestHandlingProperty.getInsertHeaders() |
@Stability(value=Stable) public CfnWebACL.CustomRequestHandlingProperty.Builder insertHeaders(IResolvable insertHeaders)
CfnWebACL.CustomRequestHandlingProperty.getInsertHeaders()insertHeaders - The HTTP headers to insert into the request. Duplicate header names are not allowed. This parameter is required.
For information about the limits on count and size for custom request and response settings, see AWS WAF quotas in the AWS WAF Developer Guide .this@Stability(value=Stable) public CfnWebACL.CustomRequestHandlingProperty.Builder insertHeaders(List<? extends Object> insertHeaders)
CfnWebACL.CustomRequestHandlingProperty.getInsertHeaders()insertHeaders - The HTTP headers to insert into the request. Duplicate header names are not allowed. This parameter is required.
For information about the limits on count and size for custom request and response settings, see AWS WAF quotas in the AWS WAF Developer Guide .this@Stability(value=Stable) public CfnWebACL.CustomRequestHandlingProperty build()
build in interface software.amazon.jsii.Builder<CfnWebACL.CustomRequestHandlingProperty>CfnWebACL.CustomRequestHandlingPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.