Interface RequestBody.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RequestBody.Builder,
,RequestBody> SdkBuilder<RequestBody.Builder,
,RequestBody> SdkPojo
- Enclosing class:
RequestBody
@Mutable
@NotThreadSafe
public static interface RequestBody.Builder
extends SdkPojo, CopyableBuilder<RequestBody.Builder,RequestBody>
-
Method Summary
Modifier and TypeMethodDescriptioncontent
(Map<String, ? extends Collection<Parameter>> content) The content in 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 Details
-
content
The content in the request body.
- Parameters:
content
- The content in the request body.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-