Interface AssociationConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssociationConfig.Builder,AssociationConfig>,SdkBuilder<AssociationConfig.Builder,AssociationConfig>,SdkPojo
- Enclosing class:
- AssociationConfig
public static interface AssociationConfig.Builder extends SdkPojo, CopyableBuilder<AssociationConfig.Builder,AssociationConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociationConfig.BuilderrequestBody(Map<AssociatedResourceType,RequestBodyAssociatedResourceTypeConfig> requestBody)Customizes the maximum size of the request body that your protected CloudFront, API Gateway, Amazon Cognito, App Runner, and Verified Access resources forward to WAF for inspection.AssociationConfig.BuilderrequestBodyWithStrings(Map<String,RequestBodyAssociatedResourceTypeConfig> requestBody)Customizes the maximum size of the request body that your protected CloudFront, API Gateway, Amazon Cognito, App Runner, and Verified Access resources forward to WAF for inspection.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
requestBodyWithStrings
AssociationConfig.Builder requestBodyWithStrings(Map<String,RequestBodyAssociatedResourceTypeConfig> requestBody)
Customizes the maximum size of the request body that your protected CloudFront, API Gateway, Amazon Cognito, App Runner, and Verified Access resources forward to WAF for inspection. The default size is 16 KB (16,384 bytes). You can change the setting for any of the available resource types.
You are charged additional fees when your protected resources forward body sizes that are larger than the default. For more information, see WAF Pricing.
Example JSON:
{ "API_GATEWAY": "KB_48", "APP_RUNNER_SERVICE": "KB_32" }For Application Load Balancer and AppSync, the limit is fixed at 8 KB (8,192 bytes).
- Parameters:
requestBody- Customizes the maximum size of the request body that your protected CloudFront, API Gateway, Amazon Cognito, App Runner, and Verified Access resources forward to WAF for inspection. The default size is 16 KB (16,384 bytes). You can change the setting for any of the available resource types.You are charged additional fees when your protected resources forward body sizes that are larger than the default. For more information, see WAF Pricing.
Example JSON:
{ "API_GATEWAY": "KB_48", "APP_RUNNER_SERVICE": "KB_32" }For Application Load Balancer and AppSync, the limit is fixed at 8 KB (8,192 bytes).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestBody
AssociationConfig.Builder requestBody(Map<AssociatedResourceType,RequestBodyAssociatedResourceTypeConfig> requestBody)
Customizes the maximum size of the request body that your protected CloudFront, API Gateway, Amazon Cognito, App Runner, and Verified Access resources forward to WAF for inspection. The default size is 16 KB (16,384 bytes). You can change the setting for any of the available resource types.
You are charged additional fees when your protected resources forward body sizes that are larger than the default. For more information, see WAF Pricing.
Example JSON:
{ "API_GATEWAY": "KB_48", "APP_RUNNER_SERVICE": "KB_32" }For Application Load Balancer and AppSync, the limit is fixed at 8 KB (8,192 bytes).
- Parameters:
requestBody- Customizes the maximum size of the request body that your protected CloudFront, API Gateway, Amazon Cognito, App Runner, and Verified Access resources forward to WAF for inspection. The default size is 16 KB (16,384 bytes). You can change the setting for any of the available resource types.You are charged additional fees when your protected resources forward body sizes that are larger than the default. For more information, see WAF Pricing.
Example JSON:
{ "API_GATEWAY": "KB_48", "APP_RUNNER_SERVICE": "KB_32" }For Application Load Balancer and AppSync, the limit is fixed at 8 KB (8,192 bytes).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-