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 method that creates an instance of theBulkEmailEntryResult.Builder avoiding the need to create
one manually via BulkEmailEntryResult.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #bulkEmailEntryResults(List.
bulkEmailEntryResults - a consumer that will call methods on
BulkEmailEntryResult.Builder#bulkEmailEntryResults(java.util.Collection) Copyright © 2022. All rights reserved.