public static interface CreateQueueResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<CreateQueueResponse.Builder,CreateQueueResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateQueueResponse.Builder |
queueArn(String queueArn)
The Amazon Resource Name (ARN) of the queue.
|
CreateQueueResponse.Builder |
queueId(String queueId)
The identifier for the queue.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateQueueResponse.Builder queueArn(String queueArn)
The Amazon Resource Name (ARN) of the queue.
queueArn - The Amazon Resource Name (ARN) of the queue.CreateQueueResponse.Builder queueId(String queueId)
The identifier for the queue.
queueId - The identifier for the queue.Copyright © 2023. All rights reserved.