Interface MessageBody.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MessageBody.Builder,
,MessageBody> SdkBuilder<MessageBody.Builder,
,MessageBody> SdkPojo
- Enclosing class:
MessageBody
public static interface MessageBody.Builder
extends SdkPojo, CopyableBuilder<MessageBody.Builder,MessageBody>
-
Method Summary
Modifier and TypeMethodDescriptionThe message that's returned from the API.The unique identifier for the request or 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 Details
-
message
The message that's returned from the API.
- Parameters:
message
- The message that's returned from the API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestID
The unique identifier for the request or response.
- Parameters:
requestID
- The unique identifier for the request or response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-