Interface QueueFleetAssociationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<QueueFleetAssociationSummary.Builder,QueueFleetAssociationSummary>,SdkBuilder<QueueFleetAssociationSummary.Builder,QueueFleetAssociationSummary>,SdkPojo
- Enclosing class:
- QueueFleetAssociationSummary
public static interface QueueFleetAssociationSummary.Builder extends SdkPojo, CopyableBuilder<QueueFleetAssociationSummary.Builder,QueueFleetAssociationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueueFleetAssociationSummary.BuildercreatedAt(Instant createdAt)The date and time the resource was created.QueueFleetAssociationSummary.BuildercreatedBy(String createdBy)The user or system that created this resource.QueueFleetAssociationSummary.BuilderfleetId(String fleetId)The fleet ID.QueueFleetAssociationSummary.BuilderqueueId(String queueId)The queue ID.QueueFleetAssociationSummary.Builderstatus(String status)The status of task scheduling in the queue-fleet association.QueueFleetAssociationSummary.Builderstatus(QueueFleetAssociationStatus status)The status of task scheduling in the queue-fleet association.QueueFleetAssociationSummary.BuilderupdatedAt(Instant updatedAt)The date and time the resource was updated.QueueFleetAssociationSummary.BuilderupdatedBy(String updatedBy)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, sdkFields
-
-
-
-
Method Detail
-
createdAt
QueueFleetAssociationSummary.Builder createdAt(Instant 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
QueueFleetAssociationSummary.Builder createdBy(String 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.
-
fleetId
QueueFleetAssociationSummary.Builder fleetId(String fleetId)
The fleet ID.
- Parameters:
fleetId- The fleet ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueId
QueueFleetAssociationSummary.Builder queueId(String queueId)
The queue ID.
- Parameters:
queueId- The queue ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
QueueFleetAssociationSummary.Builder status(String 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:
QueueFleetAssociationStatus,QueueFleetAssociationStatus
-
-
status
QueueFleetAssociationSummary.Builder status(QueueFleetAssociationStatus 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:
QueueFleetAssociationStatus,QueueFleetAssociationStatus
-
-
updatedAt
QueueFleetAssociationSummary.Builder updatedAt(Instant 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
QueueFleetAssociationSummary.Builder updatedBy(String 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.
-
-