public static interface ChangeMessageVisibilityBatchRequest.Builder extends SqsRequest.Builder, SdkPojo, CopyableBuilder<ChangeMessageVisibilityBatchRequest.Builder,ChangeMessageVisibilityBatchRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildChangeMessageVisibilityBatchRequest.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 method that creates an instance of theChangeMessageVisibilityBatchRequestEntry.Builder avoiding
the need to create one manually via
ChangeMessageVisibilityBatchRequestEntry.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #entries(List.
entries - a consumer that will call methods on
ChangeMessageVisibilityBatchRequestEntry.Builder#entries(java.util.Collection) ChangeMessageVisibilityBatchRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderChangeMessageVisibilityBatchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.