Interface GetQueueLimitAssociationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetQueueLimitAssociationRequest.Builder,
,GetQueueLimitAssociationRequest> DeadlineRequest.Builder
,SdkBuilder<GetQueueLimitAssociationRequest.Builder,
,GetQueueLimitAssociationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetQueueLimitAssociationRequest
@Mutable
@NotThreadSafe
public static interface GetQueueLimitAssociationRequest.Builder
extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<GetQueueLimitAssociationRequest.Builder,GetQueueLimitAssociationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the farm that contains the associated queue and limit.The unique identifier of the limit associated with the queue.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The unique identifier of the queue associated with the limit.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.deadline.model.DeadlineRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
farmId
The unique identifier of the farm that contains the associated queue and limit.
- Parameters:
farmId
- The unique identifier of the farm that contains the associated queue and limit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueId
The unique identifier of the queue associated with the limit.
- Parameters:
queueId
- The unique identifier of the queue associated with the limit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limitId
The unique identifier of the limit associated with the queue.
- Parameters:
limitId
- The unique identifier of the limit associated with the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetQueueLimitAssociationRequest.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
GetQueueLimitAssociationRequest.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.
-