Interface DaemonSummary.Builder

  • Method Details

    • daemonArn

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

      DaemonSummary.Builder status(String status)

      The status of the daemon.

      Parameters:
      status - The status of the daemon.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the daemon.

      Parameters:
      status - The status of the daemon.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

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

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