public static interface GetQueueUrlRequest.Builder extends SQSRequest.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<GetQueueUrlRequest.Builder,GetQueueUrlRequest>
| Modifier and Type | Method and 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.
|
GetQueueUrlRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
buildrequestOverrideConfig, requestOverrideConfigGetQueueUrlRequest.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.GetQueueUrlRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.