public static interface GetQueueUrlRequest.Builder extends SqsRequest.Builder, SdkPojo, CopyableBuilder<GetQueueUrlRequest.Builder,GetQueueUrlRequest>
Modifier and Type | Method and Description |
---|---|
GetQueueUrlRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetQueueUrlRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetQueueUrlRequest.Builder |
queueName(String queueName)
The name of the queue whose URL must be fetched.
|
GetQueueUrlRequest.Builder |
queueOwnerAWSAccountId(String queueOwnerAWSAccountId)
The Amazon Web Services account ID of the account that created the queue.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetQueueUrlRequest.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 URLs and 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 URLs and names are case-sensitive.
GetQueueUrlRequest.Builder queueOwnerAWSAccountId(String queueOwnerAWSAccountId)
The Amazon Web Services account ID of the account that created the queue.
queueOwnerAWSAccountId
- The Amazon Web Services account ID of the account that created the queue.GetQueueUrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetQueueUrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.