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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RequestBodyAssociatedResourceTypeConfig.BuilderdefaultSizeInspectionLimit(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.RequestBodyAssociatedResourceTypeConfig.BuilderdefaultSizeInspectionLimit(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.-
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
-
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:
SizeInspectionLimit,SizeInspectionLimit
-
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:
SizeInspectionLimit,SizeInspectionLimit
-
-