CopyableBuilder<GetQueueUrlRequest.Builder,GetQueueUrlRequest>, SdkBuilder<GetQueueUrlRequest.Builder,GetQueueUrlRequest>public static interface GetQueueUrlRequest.Builder extends CopyableBuilder<GetQueueUrlRequest.Builder,GetQueueUrlRequest>
| Modifier and Type | Method | Description |
|---|---|---|
GetQueueUrlRequest.Builder |
queueName(String queueName) |
The name of the queue whose URL must be fetched.
|
GetQueueUrlRequest.Builder |
queueOwnerAWSAccountId(String queueOwnerAWSAccountId) |
The AWS account ID of the account that created the queue.
|
copyapply, buildGetQueueUrlRequest.Builder queueName(String queueName)
The name of the queue whose URL must be fetched. Maximum 80 characters. Valid values: alphanumeric
characters, hyphens (-), and underscores (_).
Queue names are case-sensitive.
queueName - The name of the queue whose URL must be fetched. Maximum 80 characters. Valid values: alphanumeric
characters, hyphens (-), and underscores (_).
Queue names are case-sensitive.
GetQueueUrlRequest.Builder queueOwnerAWSAccountId(String queueOwnerAWSAccountId)
The AWS account ID of the account that created the queue.
queueOwnerAWSAccountId - The AWS account ID of the account that created the queue.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.