Interface ContentBody.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ContentBody.Builder,,ContentBody> SdkBuilder<ContentBody.Builder,,ContentBody> SdkPojo
- Enclosing class:
ContentBody
public static interface ContentBody.Builder
extends SdkPojo, CopyableBuilder<ContentBody.Builder,ContentBody>
-
Method Summary
Modifier and TypeMethodDescriptionThe body of the API response.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, sdkFields
-
Method Details
-
body
The body of the API response.
- Parameters:
body- The body of the API response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-