Interface CreateDaemonResponse.Builder

  • Method Details

    • daemonArn

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

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

      CreateDaemonResponse.Builder deploymentArn(String deploymentArn)

      The Amazon Resource Name (ARN) of the initial daemon deployment. This deployment places daemon tasks on each container instance of the specified capacity providers.

      Parameters:
      deploymentArn - The Amazon Resource Name (ARN) of the initial daemon deployment. This deployment places daemon tasks on each container instance of the specified capacity providers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.