public static interface ChangeMessageVisibilityRequest.Builder extends SqsRequest.Builder, SdkPojo, CopyableBuilder<ChangeMessageVisibilityRequest.Builder,ChangeMessageVisibilityRequest>
| Modifier and Type | Method and Description |
|---|---|
ChangeMessageVisibilityRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ChangeMessageVisibilityRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ChangeMessageVisibilityRequest.Builder |
queueUrl(String queueUrl)
The URL of the Amazon SQS queue whose message's visibility is changed.
|
ChangeMessageVisibilityRequest.Builder |
receiptHandle(String receiptHandle)
The receipt handle associated with the message whose visibility timeout is changed.
|
ChangeMessageVisibilityRequest.Builder |
visibilityTimeout(Integer visibilityTimeout)
The new value for the message's visibility timeout (in seconds).
|
buildoverrideConfigurationcopyapplyMutation, buildChangeMessageVisibilityRequest.Builder queueUrl(String queueUrl)
The URL of the Amazon SQS queue whose message's visibility is changed.
Queue URLs and names are case-sensitive.
queueUrl - The URL of the Amazon SQS queue whose message's visibility is changed.
Queue URLs and names are case-sensitive.
ChangeMessageVisibilityRequest.Builder receiptHandle(String receiptHandle)
The receipt handle associated with the message whose visibility timeout is changed. This parameter is
returned by the ReceiveMessage action.
receiptHandle - The receipt handle associated with the message whose visibility timeout is changed. This parameter is
returned by the ReceiveMessage action.ChangeMessageVisibilityRequest.Builder visibilityTimeout(Integer visibilityTimeout)
The new value for the message's visibility timeout (in seconds). Values values: 0 to
43200. Maximum: 12 hours.
visibilityTimeout - The new value for the message's visibility timeout (in seconds). Values values: 0 to
43200. Maximum: 12 hours.ChangeMessageVisibilityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ChangeMessageVisibilityRequest.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.