Interface QueueFleetAssociationSummary.Builder

    • 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.