Interface GetQueueUrlRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetQueueUrlRequest.Builder,
,GetQueueUrlRequest> SdkBuilder<GetQueueUrlRequest.Builder,
,GetQueueUrlRequest> SdkPojo
,SdkRequest.Builder
,SqsRequest.Builder
- Enclosing class:
GetQueueUrlRequest
public static interface GetQueueUrlRequest.Builder
extends SqsRequest.Builder, SdkPojo, CopyableBuilder<GetQueueUrlRequest.Builder,GetQueueUrlRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The name of the queue whose URL must be fetched.queueOwnerAWSAccountId
(String queueOwnerAWSAccountId) The Amazon Web Services account ID of the account that created the queue.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.services.sqs.model.SqsRequest.Builder
build
-
Method Details
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueOwnerAWSAccountId
The Amazon Web Services account ID of the account that created the queue.
- Parameters:
queueOwnerAWSAccountId
- The Amazon Web Services account ID of the account that created the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetQueueUrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetQueueUrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-