CopyableBuilder<MessageResponse.Builder,MessageResponse>, SdkBuilder<MessageResponse.Builder,MessageResponse>public static interface MessageResponse.Builder extends CopyableBuilder<MessageResponse.Builder,MessageResponse>
| Modifier and Type | Method | Description |
|---|---|---|
MessageResponse.Builder |
applicationId(String applicationId) |
Application id of the message.
|
MessageResponse.Builder |
requestId(String requestId) |
Original request Id for which this message was delivered.
|
MessageResponse.Builder |
result(Map<String,MessageResult> result) |
A map containing a multi part response for each address, with the address as the key(Email address, phone
number or push token) and the result as the value.
|
copyapply, buildMessageResponse.Builder applicationId(String applicationId)
applicationId - Application id of the message.MessageResponse.Builder requestId(String requestId)
requestId - Original request Id for which this message was delivered.MessageResponse.Builder result(Map<String,MessageResult> result)
result - A map containing a multi part response for each address, with the address as the key(Email address,
phone number or push token) and the result as the value.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.