Interface ApiRequestBody.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ApiRequestBody.Builder,,ApiRequestBody> SdkBuilder<ApiRequestBody.Builder,,ApiRequestBody> SdkPojo
- Enclosing class:
 ApiRequestBody
@Mutable
@NotThreadSafe
public static interface ApiRequestBody.Builder
extends SdkPojo, CopyableBuilder<ApiRequestBody.Builder,ApiRequestBody> 
- 
Method Summary
Modifier and TypeMethodDescriptioncontent(Map<String, PropertyParameters> content) The content of the request body.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
content
The content of the request body. The key of the object in this field is a media type defining the format of the request body.
- Parameters:
 content- The content of the request body. The key of the object in this field is a media type defining the format of the request body.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -