CopyableBuilder<ChangeMessageVisibilityRequest.Builder,ChangeMessageVisibilityRequest>
, SdkBuilder<ChangeMessageVisibilityRequest.Builder,ChangeMessageVisibilityRequest>
public static interface ChangeMessageVisibilityRequest.Builder extends CopyableBuilder<ChangeMessageVisibilityRequest.Builder,ChangeMessageVisibilityRequest>
Modifier and Type | Method | 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 |
visibilityTimeout(Integer visibilityTimeout) |
The new value for the message's visibility timeout (in seconds).
|
copy
apply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.