public static interface SendBulkTemplatedEmailResponse.Builder extends SESResponse.Builder, CopyableBuilder<SendBulkTemplatedEmailResponse.Builder,SendBulkTemplatedEmailResponse>
| Modifier and Type | Method and Description |
|---|---|
SendBulkTemplatedEmailResponse.Builder |
status(BulkEmailDestinationStatus... status)
The unique message identifier returned from the
SendBulkTemplatedEmail action. |
SendBulkTemplatedEmailResponse.Builder |
status(Collection<BulkEmailDestinationStatus> status)
The unique message identifier returned from the
SendBulkTemplatedEmail action. |
SendBulkTemplatedEmailResponse.Builder |
status(Consumer<BulkEmailDestinationStatus.Builder>... status)
The unique message identifier returned from the
SendBulkTemplatedEmail action. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildSendBulkTemplatedEmailResponse.Builder status(Collection<BulkEmailDestinationStatus> status)
The unique message identifier returned from the SendBulkTemplatedEmail action.
status - The unique message identifier returned from the SendBulkTemplatedEmail action.SendBulkTemplatedEmailResponse.Builder status(BulkEmailDestinationStatus... status)
The unique message identifier returned from the SendBulkTemplatedEmail action.
status - The unique message identifier returned from the SendBulkTemplatedEmail action.SendBulkTemplatedEmailResponse.Builder status(Consumer<BulkEmailDestinationStatus.Builder>... status)
The unique message identifier returned from the SendBulkTemplatedEmail action.
List.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #status(List) .status - a consumer that will call methods on List.Builder #status(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.