Interface UpdateDaemonResponse.Builder

  • Method Details

    • daemonArn

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

      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

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

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

      UpdateDaemonResponse.Builder deploymentArn(String deploymentArn)

      The Amazon Resource Name (ARN) of the daemon deployment that was triggered by the update.

      Parameters:
      deploymentArn - The Amazon Resource Name (ARN) of the daemon deployment that was triggered by the update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.