Interface ApiRequestBody.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ApiRequestBody.Builder,ApiRequestBody>
,SdkBuilder<ApiRequestBody.Builder,ApiRequestBody>
,SdkPojo
- Enclosing class:
- ApiRequestBody
public static interface ApiRequestBody.Builder extends SdkPojo, CopyableBuilder<ApiRequestBody.Builder,ApiRequestBody>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApiRequestBody.Builder
content(Map<String,PropertyParameters> content)
The content of the request body.-
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
-
content
ApiRequestBody.Builder content(Map<String,PropertyParameters> 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.
-
-