public static interface SendBulkEmailResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<SendBulkEmailResponse.Builder,SendBulkEmailResponse>
| Modifier and Type | Method and Description |
|---|---|
SendBulkEmailResponse.Builder |
bulkEmailEntryResults(BulkEmailEntryResult... bulkEmailEntryResults)
Sets the value of the BulkEmailEntryResults property for this object.
|
SendBulkEmailResponse.Builder |
bulkEmailEntryResults(Collection<BulkEmailEntryResult> bulkEmailEntryResults)
Sets the value of the BulkEmailEntryResults property for this object.
|
SendBulkEmailResponse.Builder |
bulkEmailEntryResults(Consumer<BulkEmailEntryResult.Builder>... bulkEmailEntryResults)
Sets the value of the BulkEmailEntryResults property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSendBulkEmailResponse.Builder bulkEmailEntryResults(Collection<BulkEmailEntryResult> bulkEmailEntryResults)
bulkEmailEntryResults - The new value for the BulkEmailEntryResults property for this object.SendBulkEmailResponse.Builder bulkEmailEntryResults(BulkEmailEntryResult... bulkEmailEntryResults)
bulkEmailEntryResults - The new value for the BulkEmailEntryResults property for this object.SendBulkEmailResponse.Builder bulkEmailEntryResults(Consumer<BulkEmailEntryResult.Builder>... bulkEmailEntryResults)
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 #bulkEmailEntryResults(List) .bulkEmailEntryResults - a consumer that will call methods on List.Builder #bulkEmailEntryResults(List) Copyright © 2021. All rights reserved.