public static interface SendBulkTemplatedEmailResponse.Builder extends SesResponse.Builder, SdkPojo, CopyableBuilder<SendBulkTemplatedEmailResponse.Builder,SendBulkTemplatedEmailResponse>
| Modifier and Type | Method and Description |
|---|---|
SendBulkTemplatedEmailResponse.Builder |
status(BulkEmailDestinationStatus... status)
One object per intended recipient.
|
SendBulkTemplatedEmailResponse.Builder |
status(Collection<BulkEmailDestinationStatus> status)
One object per intended recipient.
|
SendBulkTemplatedEmailResponse.Builder |
status(Consumer<BulkEmailDestinationStatus.Builder>... status)
One object per intended recipient.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSendBulkTemplatedEmailResponse.Builder status(Collection<BulkEmailDestinationStatus> status)
One object per intended recipient. Check each response object and retry any messages with a failure status. (Note that order of responses will be respective to order of destinations in the request.)Receipt rules enable you to specify which actions
status - One object per intended recipient. Check each response object and retry any messages with a failure
status. (Note that order of responses will be respective to order of destinations in the
request.)Receipt rules enable you to specify which actionsSendBulkTemplatedEmailResponse.Builder status(BulkEmailDestinationStatus... status)
One object per intended recipient. Check each response object and retry any messages with a failure status. (Note that order of responses will be respective to order of destinations in the request.)Receipt rules enable you to specify which actions
status - One object per intended recipient. Check each response object and retry any messages with a failure
status. (Note that order of responses will be respective to order of destinations in the
request.)Receipt rules enable you to specify which actionsSendBulkTemplatedEmailResponse.Builder status(Consumer<BulkEmailDestinationStatus.Builder>... status)
One object per intended recipient. Check each response object and retry any messages with a failure status. (Note that order of responses will be respective to order of destinations in the request.)Receipt rules enable you to specify which actions
This is a convenience method that creates an instance of theBulkEmailDestinationStatus.Builder avoiding the need to
create one manually via
BulkEmailDestinationStatus.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #status(List.
status - a consumer that will call methods on
BulkEmailDestinationStatus.Builder#status(java.util.Collection) Copyright © 2023. All rights reserved.