public static interface ChangeMessageVisibilityRequest.Builder extends SqsRequest.Builder, 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).
|
build
overrideConfiguration
copy
applyMutation, build
ChangeMessageVisibilityRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ChangeMessageVisibilityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.