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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentBody.Builder
body(String body)
The body of the API response.-
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, sdkFields
-
-
-
-
Method Detail
-
body
ContentBody.Builder body(String 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.
-
-