public static interface ChangeMessageVisibilityRequest.Builder extends SQSRequest.Builder, CopyableBuilder<ChangeMessageVisibilityRequest.Builder,ChangeMessageVisibilityRequest>
| Modifier and Type | Method and Description |
|---|---|
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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ChangeMessageVisibilityRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ChangeMessageVisibilityRequest.Builder |
visibilityTimeout(Integer visibilityTimeout)
The new value for the message's visibility timeout (in seconds).
|
buildrequestOverrideConfigcopyapply, buildChangeMessageVisibilityRequest.Builder queueUrl(String queueUrl)
The URL of the Amazon SQS queue whose message's visibility is changed.
Queue URLs are case-sensitive.
queueUrl - The URL of the Amazon SQS queue whose message's visibility is changed.
Queue URLs 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ChangeMessageVisibilityRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.