Interface QueueLimitAssociationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<QueueLimitAssociationSummary.Builder,
,QueueLimitAssociationSummary> SdkBuilder<QueueLimitAssociationSummary.Builder,
,QueueLimitAssociationSummary> SdkPojo
- Enclosing class:
QueueLimitAssociationSummary
-
Method Summary
Modifier and TypeMethodDescriptionThe Unix timestamp of the date and time that the association was created.The user identifier of the person that created the association.The unique identifier of the limit in the association.The unique identifier of the queue in the association.The status of task scheduling in the queue-limit association.status
(QueueLimitAssociationStatus status) The status of task scheduling in the queue-limit association.The Unix timestamp of the date and time that the association was last updated.The user identifier of the person that updated the association.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
-
createdAt
The Unix timestamp of the date and time that the association was created.
- Parameters:
createdAt
- The Unix timestamp of the date and time that the association was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The user identifier of the person that created the association.
- Parameters:
createdBy
- The user identifier of the person that created the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The Unix timestamp of the date and time that the association was last updated.
- Parameters:
updatedAt
- The Unix timestamp of the date and time that the association was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedBy
The user identifier of the person that updated the association.
- Parameters:
updatedBy
- The user identifier of the person that updated the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueId
The unique identifier of the queue in the association.
- Parameters:
queueId
- The unique identifier of the queue in the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limitId
The unique identifier of the limit in the association.
- Parameters:
limitId
- The unique identifier of the limit in the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of task scheduling in the queue-limit association.
-
ACTIVE
- Association is active. -
STOP_LIMIT_USAGE_AND_COMPLETE_TASKS
- Association has stopped scheduling new tasks and is completing current tasks. -
STOP_LIMIT_USAGE_AND_CANCEL_TASKS
- Association has stopped scheduling new tasks and is canceling current tasks. -
STOPPED
- Association has been stopped.
- Parameters:
status
- The status of task scheduling in the queue-limit association.-
ACTIVE
- Association is active. -
STOP_LIMIT_USAGE_AND_COMPLETE_TASKS
- Association has stopped scheduling new tasks and is completing current tasks. -
STOP_LIMIT_USAGE_AND_CANCEL_TASKS
- Association has stopped scheduling new tasks and is canceling current tasks. -
STOPPED
- Association has been stopped.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
status
The status of task scheduling in the queue-limit association.
-
ACTIVE
- Association is active. -
STOP_LIMIT_USAGE_AND_COMPLETE_TASKS
- Association has stopped scheduling new tasks and is completing current tasks. -
STOP_LIMIT_USAGE_AND_CANCEL_TASKS
- Association has stopped scheduling new tasks and is canceling current tasks. -
STOPPED
- Association has been stopped.
- Parameters:
status
- The status of task scheduling in the queue-limit association.-
ACTIVE
- Association is active. -
STOP_LIMIT_USAGE_AND_COMPLETE_TASKS
- Association has stopped scheduling new tasks and is completing current tasks. -
STOP_LIMIT_USAGE_AND_CANCEL_TASKS
- Association has stopped scheduling new tasks and is canceling current tasks. -
STOPPED
- Association has been stopped.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-