Interface UpdateQueueLimitAssociationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateQueueLimitAssociationRequest.Builder,
,UpdateQueueLimitAssociationRequest> DeadlineRequest.Builder
,SdkBuilder<UpdateQueueLimitAssociationRequest.Builder,
,UpdateQueueLimitAssociationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateQueueLimitAssociationRequest
@Mutable
@NotThreadSafe
public static interface UpdateQueueLimitAssociationRequest.Builder
extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<UpdateQueueLimitAssociationRequest.Builder,UpdateQueueLimitAssociationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the farm that contains the associated queues and limits.The unique identifier of the limit associated to 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 to the limit.Sets the status of the limit.Sets the status of 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 queues and limits.
- Parameters:
farmId
- The unique identifier of the farm that contains the associated queues and limits.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueId
The unique identifier of the queue associated to the limit.
- Parameters:
queueId
- The unique identifier of the queue associated to 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 to the queue.
- Parameters:
limitId
- The unique identifier of the limit associated to the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Sets the status of the limit. You can mark the limit active, or you can stop usage of the limit and either complete existing tasks or cancel any existing tasks immediately.
- Parameters:
status
- Sets the status of the limit. You can mark the limit active, or you can stop usage of the limit and either complete existing tasks or cancel any existing tasks immediately.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Sets the status of the limit. You can mark the limit active, or you can stop usage of the limit and either complete existing tasks or cancel any existing tasks immediately.
- Parameters:
status
- Sets the status of the limit. You can mark the limit active, or you can stop usage of the limit and either complete existing tasks or cancel any existing tasks immediately.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateQueueLimitAssociationRequest.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
UpdateQueueLimitAssociationRequest.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.
-