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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.deadline.model.DeadlineRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-