Interface DaemonDeploymentSummary.Builder

  • Method Details

    • daemonDeploymentArn

      DaemonDeploymentSummary.Builder daemonDeploymentArn(String daemonDeploymentArn)

      The Amazon Resource Name (ARN) of the daemon deployment.

      Parameters:
      daemonDeploymentArn - The Amazon Resource Name (ARN) of the daemon deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.
    • clusterArn

      DaemonDeploymentSummary.Builder clusterArn(String clusterArn)

      The Amazon Resource Name (ARN) of the cluster that hosts the daemon.

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

      The status of the daemon deployment.

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

      The status of the daemon deployment.

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

      DaemonDeploymentSummary.Builder statusReason(String statusReason)

      Information about why the daemon deployment is in the current status.

      Parameters:
      statusReason - Information about why the daemon deployment is in the current status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetDaemonRevisionArn

      DaemonDeploymentSummary.Builder targetDaemonRevisionArn(String targetDaemonRevisionArn)

      The ARN of the daemon revision being deployed.

      Parameters:
      targetDaemonRevisionArn - The ARN of the daemon revision being deployed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The time the daemon deployment was created.

      Parameters:
      createdAt - The time the daemon deployment was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startedAt

      The time the daemon deployment started.

      Parameters:
      startedAt - The time the daemon deployment started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stoppedAt

      The time the daemon deployment stopped.

      Parameters:
      stoppedAt - The time the daemon deployment stopped.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • finishedAt

      DaemonDeploymentSummary.Builder finishedAt(Instant finishedAt)

      The time the daemon deployment finished.

      Parameters:
      finishedAt - The time the daemon deployment finished.
      Returns:
      Returns a reference to this object so that method calls can be chained together.