Interface RequestBodyAssociatedResourceTypeConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RequestBodyAssociatedResourceTypeConfig.Builder,RequestBodyAssociatedResourceTypeConfig>, SdkBuilder<RequestBodyAssociatedResourceTypeConfig.Builder,RequestBodyAssociatedResourceTypeConfig>, SdkPojo
Enclosing class:
RequestBodyAssociatedResourceTypeConfig

public static interface RequestBodyAssociatedResourceTypeConfig.Builder extends SdkPojo, CopyableBuilder<RequestBodyAssociatedResourceTypeConfig.Builder,RequestBodyAssociatedResourceTypeConfig>
  • Method Details

    • defaultSizeInspectionLimit

      RequestBodyAssociatedResourceTypeConfig.Builder defaultSizeInspectionLimit(String defaultSizeInspectionLimit)

      Specifies the maximum size of the web request body component that an associated CloudFront, API Gateway, Amazon Cognito, App Runner, or Verified Access resource should send to WAF for inspection. This applies to statements in the web ACL that inspect the body or JSON body.

      Default: 16 KB (16,384 bytes)

      Parameters:
      defaultSizeInspectionLimit - Specifies the maximum size of the web request body component that an associated CloudFront, API Gateway, Amazon Cognito, App Runner, or Verified Access resource should send to WAF for inspection. This applies to statements in the web ACL that inspect the body or JSON body.

      Default: 16 KB (16,384 bytes)

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

      RequestBodyAssociatedResourceTypeConfig.Builder defaultSizeInspectionLimit(SizeInspectionLimit defaultSizeInspectionLimit)

      Specifies the maximum size of the web request body component that an associated CloudFront, API Gateway, Amazon Cognito, App Runner, or Verified Access resource should send to WAF for inspection. This applies to statements in the web ACL that inspect the body or JSON body.

      Default: 16 KB (16,384 bytes)

      Parameters:
      defaultSizeInspectionLimit - Specifies the maximum size of the web request body component that an associated CloudFront, API Gateway, Amazon Cognito, App Runner, or Verified Access resource should send to WAF for inspection. This applies to statements in the web ACL that inspect the body or JSON body.

      Default: 16 KB (16,384 bytes)

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