public static interface AssociationConfig.Builder extends SdkPojo, CopyableBuilder<AssociationConfig.Builder,AssociationConfig>
| Modifier and Type | Method and Description |
|---|---|
AssociationConfig.Builder |
requestBody(Map<AssociatedResourceType,RequestBodyAssociatedResourceTypeConfig> requestBody)
Customizes the maximum size of the request body that your protected CloudFront distributions forward to WAF
for inspection.
|
AssociationConfig.Builder |
requestBodyWithStrings(Map<String,RequestBodyAssociatedResourceTypeConfig> requestBody)
Customizes the maximum size of the request body that your protected CloudFront distributions forward to WAF
for inspection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociationConfig.Builder requestBodyWithStrings(Map<String,RequestBodyAssociatedResourceTypeConfig> requestBody)
Customizes the maximum size of the request body that your protected CloudFront distributions forward to WAF for inspection. The default size is 16 KB (16,384 bytes).
You are charged additional fees when your protected resources forward body sizes that are larger than the default. For more information, see WAF Pricing.
requestBody - Customizes the maximum size of the request body that your protected CloudFront distributions forward
to WAF for inspection. The default size is 16 KB (16,384 bytes). You are charged additional fees when your protected resources forward body sizes that are larger than the default. For more information, see WAF Pricing.
AssociationConfig.Builder requestBody(Map<AssociatedResourceType,RequestBodyAssociatedResourceTypeConfig> requestBody)
Customizes the maximum size of the request body that your protected CloudFront distributions forward to WAF for inspection. The default size is 16 KB (16,384 bytes).
You are charged additional fees when your protected resources forward body sizes that are larger than the default. For more information, see WAF Pricing.
requestBody - Customizes the maximum size of the request body that your protected CloudFront distributions forward
to WAF for inspection. The default size is 16 KB (16,384 bytes). You are charged additional fees when your protected resources forward body sizes that are larger than the default. For more information, see WAF Pricing.
Copyright © 2023. All rights reserved.