Interface ServiceCurrentRevisionSummary.Builder

  • Method Details

    • arn

      The ARN of the current service revision.

      Parameters:
      arn - The ARN of the current service revision.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • requestedTaskCount

      ServiceCurrentRevisionSummary.Builder requestedTaskCount(Integer requestedTaskCount)

      The number of requested tasks in the current service revision

      Parameters:
      requestedTaskCount - The number of requested tasks in the current service revision
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runningTaskCount

      ServiceCurrentRevisionSummary.Builder runningTaskCount(Integer runningTaskCount)

      The number of running tasks of the current service revision

      Parameters:
      runningTaskCount - The number of running tasks of the current service revision
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pendingTaskCount

      ServiceCurrentRevisionSummary.Builder pendingTaskCount(Integer pendingTaskCount)

      The number of pending tasks in the current service revision

      Parameters:
      pendingTaskCount - The number of pending tasks in the current service revision
      Returns:
      Returns a reference to this object so that method calls can be chained together.