public static interface ChangeMessageVisibilityBatchRequest.Builder extends SqsRequest.Builder, SdkPojo, CopyableBuilder<ChangeMessageVisibilityBatchRequest.Builder,ChangeMessageVisibilityBatchRequest>
| Modifier and Type | Method and Description |
|---|---|
ChangeMessageVisibilityBatchRequest.Builder |
entries(ChangeMessageVisibilityBatchRequestEntry... entries)
A list of receipt handles of the messages for which the visibility timeout must be changed.
|
ChangeMessageVisibilityBatchRequest.Builder |
entries(Collection<ChangeMessageVisibilityBatchRequestEntry> 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.
|
ChangeMessageVisibilityBatchRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ChangeMessageVisibilityBatchRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ChangeMessageVisibilityBatchRequest.Builder |
queueUrl(String queueUrl)
The URL of the Amazon SQS queue whose messages' visibility is changed.
|
buildoverrideConfigurationcopyapplyMutation, 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 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ChangeMessageVisibilityBatchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.