Interface AssociationConfig.Builder

    • Method Detail

      • requestBodyWithStrings

        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. 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.

        Parameters:
        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.

        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 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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.