Interface SendBulkTemplatedEmailResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<SendBulkTemplatedEmailResponse.Builder,
,SendBulkTemplatedEmailResponse> SdkBuilder<SendBulkTemplatedEmailResponse.Builder,
,SendBulkTemplatedEmailResponse> SdkPojo
,SdkResponse.Builder
,SesResponse.Builder
- Enclosing class:
SendBulkTemplatedEmailResponse
-
Method Summary
Modifier and TypeMethodDescriptionstatus
(Collection<BulkEmailDestinationStatus> status) One object per intended recipient.status
(Consumer<BulkEmailDestinationStatus.Builder>... status) One object per intended recipient.status
(BulkEmailDestinationStatus... status) One object per intended recipient.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.ses.model.SesResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
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
- Parameters:
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- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
- Parameters:
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- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
SendBulkTemplatedEmailResponse.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 viaBulkEmailDestinationStatus.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostatus(List<BulkEmailDestinationStatus>)
.- Parameters:
status
- a consumer that will call methods onBulkEmailDestinationStatus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-