public static interface ChangeMessageVisibilityBatchResponse.Builder extends SqsResponse.Builder, SdkPojo, CopyableBuilder<ChangeMessageVisibilityBatchResponse.Builder,ChangeMessageVisibilityBatchResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildChangeMessageVisibilityBatchResponse.Builder successful(Collection<ChangeMessageVisibilityBatchResultEntry> successful)
A list of ChangeMessageVisibilityBatchResultEntry items.
successful - A list of ChangeMessageVisibilityBatchResultEntry items.ChangeMessageVisibilityBatchResponse.Builder successful(ChangeMessageVisibilityBatchResultEntry... successful)
A list of ChangeMessageVisibilityBatchResultEntry items.
successful - A list of ChangeMessageVisibilityBatchResultEntry items.ChangeMessageVisibilityBatchResponse.Builder successful(Consumer<ChangeMessageVisibilityBatchResultEntry.Builder>... successful)
A list of ChangeMessageVisibilityBatchResultEntry items.
ChangeMessageVisibilityBatchResultEntry.Builder avoiding
the need to create one manually via
ChangeMessageVisibilityBatchResultEntry.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #successful(List.
successful - a consumer that will call methods on
ChangeMessageVisibilityBatchResultEntry.Builder#successful(java.util.Collection) ChangeMessageVisibilityBatchResponse.Builder failed(Collection<BatchResultErrorEntry> failed)
A list of BatchResultErrorEntry items.
failed - A list of BatchResultErrorEntry items.ChangeMessageVisibilityBatchResponse.Builder failed(BatchResultErrorEntry... failed)
A list of BatchResultErrorEntry items.
failed - A list of BatchResultErrorEntry items.ChangeMessageVisibilityBatchResponse.Builder failed(Consumer<BatchResultErrorEntry.Builder>... failed)
A list of BatchResultErrorEntry items.
BatchResultErrorEntry.Builder avoiding the need to create
one manually via BatchResultErrorEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #failed(List.
failed - a consumer that will call methods on
BatchResultErrorEntry.Builder#failed(java.util.Collection) Copyright © 2023. All rights reserved.