public static interface UpdateEndpointsBatchResponse.Builder extends PinpointResponse.Builder, CopyableBuilder<UpdateEndpointsBatchResponse.Builder,UpdateEndpointsBatchResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateEndpointsBatchResponse.Builder |
messageBody(Consumer<MessageBody.Builder> messageBody)
Sets the value of the MessageBody property for this object.
|
UpdateEndpointsBatchResponse.Builder |
messageBody(MessageBody messageBody)
Sets the value of the MessageBody property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateEndpointsBatchResponse.Builder messageBody(MessageBody messageBody)
messageBody - The new value for the MessageBody property for this object.default UpdateEndpointsBatchResponse.Builder messageBody(Consumer<MessageBody.Builder> messageBody)
MessageBody.Builder avoiding the need to create
one manually via MessageBody.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to messageBody(MessageBody).messageBody - a consumer that will call methods on MessageBody.BuildermessageBody(MessageBody)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.