Interface QueueFleetAssociationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<QueueFleetAssociationSummary.Builder,
,QueueFleetAssociationSummary> SdkBuilder<QueueFleetAssociationSummary.Builder,
,QueueFleetAssociationSummary> SdkPojo
- Enclosing class:
QueueFleetAssociationSummary
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time the resource was created.The user or system that created this resource.The fleet ID.The queue ID.The status of task scheduling in the queue-fleet association.status
(QueueFleetAssociationStatus status) The status of task scheduling in the queue-fleet association.The date and time the resource was updated.The user or system that updated this resource.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
-
queueId
The queue ID.
- Parameters:
queueId
- The queue ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fleetId
The fleet ID.
- Parameters:
fleetId
- The fleet ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of task scheduling in the queue-fleet association.
-
ACTIVE
–Association is active. -
STOP_SCHEDULING_AND_COMPLETE_TASKS
–Association has stopped scheduling new tasks and is completing current tasks. -
STOP_SCHEDULING_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-fleet association.-
ACTIVE
–Association is active. -
STOP_SCHEDULING_AND_COMPLETE_TASKS
–Association has stopped scheduling new tasks and is completing current tasks. -
STOP_SCHEDULING_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-fleet association.
-
ACTIVE
–Association is active. -
STOP_SCHEDULING_AND_COMPLETE_TASKS
–Association has stopped scheduling new tasks and is completing current tasks. -
STOP_SCHEDULING_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-fleet association.-
ACTIVE
–Association is active. -
STOP_SCHEDULING_AND_COMPLETE_TASKS
–Association has stopped scheduling new tasks and is completing current tasks. -
STOP_SCHEDULING_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:
-
-
createdAt
The date and time the resource was created.
- Parameters:
createdAt
- The date and time the resource was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The user or system that created this resource.
- Parameters:
createdBy
- The user or system that created this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time the resource was updated.
- Parameters:
updatedAt
- The date and time the resource was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedBy
The user or system that updated this resource.
- Parameters:
updatedBy
- The user or system that updated this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-