public static interface ChangeMessageVisibilityRequest.Builder extends SqsRequest.Builder, SdkPojo, CopyableBuilder<ChangeMessageVisibilityRequest.Builder,ChangeMessageVisibilityRequest>
| Modifier and Type | Method and Description |
|---|---|
ChangeMessageVisibilityRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ChangeMessageVisibilityRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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).
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 range: 0 to
43200. Maximum: 12 hours.
visibilityTimeout - The new value for the message's visibility timeout (in seconds). Values range: 0 to
43200. Maximum: 12 hours.ChangeMessageVisibilityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderChangeMessageVisibilityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.