public static interface GetQueueUrlResponse.Builder extends SQSResponse.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<GetQueueUrlResponse.Builder,GetQueueUrlResponse>
| Modifier and Type | Method and Description |
|---|---|
GetQueueUrlResponse.Builder |
queueUrl(String queueUrl)
The URL of the queue.
|
buildGetQueueUrlResponse.Builder queueUrl(String queueUrl)
The URL of the queue.
queueUrl - The URL of the queue.Copyright © 2018. All rights reserved.