Interface CreateQueueLimitAssociationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateQueueLimitAssociationRequest.Builder,
,CreateQueueLimitAssociationRequest> DeadlineRequest.Builder
,SdkBuilder<CreateQueueLimitAssociationRequest.Builder,
,CreateQueueLimitAssociationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateQueueLimitAssociationRequest
@Mutable
@NotThreadSafe
public static interface CreateQueueLimitAssociationRequest.Builder
extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<CreateQueueLimitAssociationRequest.Builder,CreateQueueLimitAssociationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the farm that contains the queue and limit to associate.The unique identifier of the limit to associate 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 to associate 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 queue and limit to associate.
- Parameters:
farmId
- The unique identifier of the farm that contains the queue and limit to associate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueId
The unique identifier of the queue to associate with the limit.
- Parameters:
queueId
- The unique identifier of the queue to associate 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 to associate with the queue.
- Parameters:
limitId
- The unique identifier of the limit to associate with the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateQueueLimitAssociationRequest.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
CreateQueueLimitAssociationRequest.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.
-