Interface DeleteDaemonResponse.Builder

  • Method Details

    • daemonArn

      DeleteDaemonResponse.Builder daemonArn(String daemonArn)

      The Amazon Resource Name (ARN) of the daemon.

      Parameters:
      daemonArn - The Amazon Resource Name (ARN) of the daemon.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the daemon. After you call DeleteDaemon, the status changes to DELETE_IN_PROGRESS.

      Parameters:
      status - The status of the daemon. After you call DeleteDaemon, the status changes to DELETE_IN_PROGRESS.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the daemon. After you call DeleteDaemon, the status changes to DELETE_IN_PROGRESS.

      Parameters:
      status - The status of the daemon. After you call DeleteDaemon, the status changes to DELETE_IN_PROGRESS.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      DeleteDaemonResponse.Builder createdAt(Instant createdAt)

      The Unix timestamp for the time when the daemon was created.

      Parameters:
      createdAt - The Unix timestamp for the time when the daemon was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      DeleteDaemonResponse.Builder updatedAt(Instant updatedAt)

      The Unix timestamp for the time when the daemon was last updated.

      Parameters:
      updatedAt - The Unix timestamp for the time when the daemon was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deploymentArn

      DeleteDaemonResponse.Builder deploymentArn(String deploymentArn)

      The Amazon Resource Name (ARN) of the daemon deployment that was triggered by the delete operation. This deployment drains existing daemon tasks from the container instances.

      Parameters:
      deploymentArn - The Amazon Resource Name (ARN) of the daemon deployment that was triggered by the delete operation. This deployment drains existing daemon tasks from the container instances.
      Returns:
      Returns a reference to this object so that method calls can be chained together.