Interface GetQueueRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetQueueRequest.Builder,GetQueueRequest>,PcsRequest.Builder,SdkBuilder<GetQueueRequest.Builder,GetQueueRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetQueueRequest
public static interface GetQueueRequest.Builder extends PcsRequest.Builder, SdkPojo, CopyableBuilder<GetQueueRequest.Builder,GetQueueRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetQueueRequest.BuilderclusterIdentifier(String clusterIdentifier)The name or ID of the cluster of the queue.GetQueueRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetQueueRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetQueueRequest.BuilderqueueIdentifier(String queueIdentifier)The name or ID of 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.services.pcs.model.PcsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clusterIdentifier
GetQueueRequest.Builder clusterIdentifier(String clusterIdentifier)
The name or ID of the cluster of the queue.
- Parameters:
clusterIdentifier- The name or ID of the cluster of the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueIdentifier
GetQueueRequest.Builder queueIdentifier(String queueIdentifier)
The name or ID of the queue.
- Parameters:
queueIdentifier- The name or ID of the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetQueueRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetQueueRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-