public static interface SendBulkEmailResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<SendBulkEmailResponse.Builder,SendBulkEmailResponse>
| Modifier and Type | Method and Description |
|---|---|
SendBulkEmailResponse.Builder |
bulkEmailEntryResults(BulkEmailEntryResult... bulkEmailEntryResults)
One object per intended recipient.
|
SendBulkEmailResponse.Builder |
bulkEmailEntryResults(Collection<BulkEmailEntryResult> bulkEmailEntryResults)
One object per intended recipient.
|
SendBulkEmailResponse.Builder |
bulkEmailEntryResults(Consumer<BulkEmailEntryResult.Builder>... bulkEmailEntryResults)
One object per intended recipient.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSendBulkEmailResponse.Builder bulkEmailEntryResults(Collection<BulkEmailEntryResult> bulkEmailEntryResults)
One object per intended recipient. Check each response object and retry any messages with a failure status.
bulkEmailEntryResults - One object per intended recipient. Check each response object and retry any messages with a failure
status.SendBulkEmailResponse.Builder bulkEmailEntryResults(BulkEmailEntryResult... bulkEmailEntryResults)
One object per intended recipient. Check each response object and retry any messages with a failure status.
bulkEmailEntryResults - One object per intended recipient. Check each response object and retry any messages with a failure
status.SendBulkEmailResponse.Builder bulkEmailEntryResults(Consumer<BulkEmailEntryResult.Builder>... bulkEmailEntryResults)
One object per intended recipient. Check each response object and retry any messages with a failure status.
This is a convenience that creates an instance of theList.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 #bulkEmailEntryResults(List) .bulkEmailEntryResults - a consumer that will call methods on List.Builder #bulkEmailEntryResults(List) Copyright © 2021. All rights reserved.