public static interface ChangeMessageVisibilityBatchRequest.Builder extends SqsRequest.Builder, SdkPojo, CopyableBuilder<ChangeMessageVisibilityBatchRequest.Builder,ChangeMessageVisibilityBatchRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ChangeMessageVisibilityBatchRequest.Builder queueUrl(String queueUrl)
The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
queueUrl
- The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
ChangeMessageVisibilityBatchRequest.Builder entries(Collection<ChangeMessageVisibilityBatchRequestEntry> entries)
A list of receipt handles of the messages for which the visibility timeout must be changed.
entries
- A list of receipt handles of the messages for which the visibility timeout must be changed.ChangeMessageVisibilityBatchRequest.Builder entries(ChangeMessageVisibilityBatchRequestEntry... entries)
A list of receipt handles of the messages for which the visibility timeout must be changed.
entries
- A list of receipt handles of the messages for which the visibility timeout must be changed.ChangeMessageVisibilityBatchRequest.Builder entries(Consumer<ChangeMessageVisibilityBatchRequestEntry.Builder>... entries)
A list of receipt handles of the messages for which the visibility timeout must be changed.
This is a convenience that creates an instance of the.Builder
avoiding the need to create one manually via #builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result is passed to #entries(List)
.entries
- a consumer that will call methods on List.Builder
#entries(List)
ChangeMessageVisibilityBatchRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ChangeMessageVisibilityBatchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.