Interface SendBulkEmailResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SendBulkEmailResponse.Builder,,SendBulkEmailResponse> SdkBuilder<SendBulkEmailResponse.Builder,,SendBulkEmailResponse> SdkPojo,SdkResponse.Builder,SesV2Response.Builder
- Enclosing class:
SendBulkEmailResponse
public static interface SendBulkEmailResponse.Builder
extends SesV2Response.Builder, SdkPojo, CopyableBuilder<SendBulkEmailResponse.Builder,SendBulkEmailResponse>
-
Method Summary
Modifier and TypeMethodDescriptionbulkEmailEntryResults(Collection<BulkEmailEntryResult> bulkEmailEntryResults) One object per intended recipient.bulkEmailEntryResults(Consumer<BulkEmailEntryResult.Builder>... bulkEmailEntryResults) One object per intended recipient.bulkEmailEntryResults(BulkEmailEntryResult... bulkEmailEntryResults) One object per intended recipient.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Response.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
bulkEmailEntryResults
SendBulkEmailResponse.Builder bulkEmailEntryResults(Collection<BulkEmailEntryResult> bulkEmailEntryResults) One object per intended recipient. Check each response object and retry any messages with a failure status.
- Parameters:
bulkEmailEntryResults- One object per intended recipient. Check each response object and retry any messages with a failure status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bulkEmailEntryResults
One object per intended recipient. Check each response object and retry any messages with a failure status.
- Parameters:
bulkEmailEntryResults- One object per intended recipient. Check each response object and retry any messages with a failure status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bulkEmailEntryResults
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.Builderavoiding the need to create one manually viaBulkEmailEntryResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobulkEmailEntryResults(List<BulkEmailEntryResult>).- Parameters:
bulkEmailEntryResults- a consumer that will call methods onBulkEmailEntryResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-