public static interface CreateQueueResponse.Builder extends SqsResponse.Builder, SdkPojo, CopyableBuilder<CreateQueueResponse.Builder,CreateQueueResponse>
Modifier and Type | Method and Description |
---|---|
CreateQueueResponse.Builder |
queueUrl(String queueUrl)
The URL of the created Amazon SQS queue.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateQueueResponse.Builder queueUrl(String queueUrl)
The URL of the created Amazon SQS queue.
queueUrl
- The URL of the created Amazon SQS queue.Copyright © 2021. All rights reserved.