Interface SendMessageBatchResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SendMessageBatchResponse.Builder,SendMessageBatchResponse>,SdkBuilder<SendMessageBatchResponse.Builder,SendMessageBatchResponse>,SdkPojo,SdkResponse.Builder,SqsResponse.Builder
- Enclosing class:
- SendMessageBatchResponse
@Mutable @NotThreadSafe public static interface SendMessageBatchResponse.Builder extends SqsResponse.Builder, SdkPojo, CopyableBuilder<SendMessageBatchResponse.Builder,SendMessageBatchResponse>
-
-
Method Summary
-
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.sqs.model.SqsResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
successful
SendMessageBatchResponse.Builder successful(Collection<SendMessageBatchResultEntry> successful)
A list of
SendMessageBatchResultEntryitems.- Parameters:
successful- A list ofSendMessageBatchResultEntryitems.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successful
SendMessageBatchResponse.Builder successful(SendMessageBatchResultEntry... successful)
A list of
SendMessageBatchResultEntryitems.- Parameters:
successful- A list ofSendMessageBatchResultEntryitems.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successful
SendMessageBatchResponse.Builder successful(Consumer<SendMessageBatchResultEntry.Builder>... successful)
A list of
This is a convenience method that creates an instance of theSendMessageBatchResultEntryitems.SendMessageBatchResultEntry.Builderavoiding the need to create one manually viaSendMessageBatchResultEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#successful(List.) - Parameters:
successful- a consumer that will call methods onSendMessageBatchResultEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#successful(java.util.Collection)
-
failed
SendMessageBatchResponse.Builder failed(Collection<BatchResultErrorEntry> failed)
A list of
BatchResultErrorEntryitems with error details about each message that can't be enqueued.- Parameters:
failed- A list ofBatchResultErrorEntryitems with error details about each message that can't be enqueued.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failed
SendMessageBatchResponse.Builder failed(BatchResultErrorEntry... failed)
A list of
BatchResultErrorEntryitems with error details about each message that can't be enqueued.- Parameters:
failed- A list ofBatchResultErrorEntryitems with error details about each message that can't be enqueued.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failed
SendMessageBatchResponse.Builder failed(Consumer<BatchResultErrorEntry.Builder>... failed)
A list of
This is a convenience method that creates an instance of theBatchResultErrorEntryitems with error details about each message that can't be enqueued.BatchResultErrorEntry.Builderavoiding the need to create one manually viaBatchResultErrorEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#failed(List.) - Parameters:
failed- a consumer that will call methods onBatchResultErrorEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#failed(java.util.Collection)
-
-