Interface ServiceRevisionSummary.Builder

  • Method Details

    • arn

      The ARN of the service revision.

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

      ServiceRevisionSummary.Builder requestedTaskCount(Integer requestedTaskCount)

      The number of requested tasks for the service revision.

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

      ServiceRevisionSummary.Builder runningTaskCount(Integer runningTaskCount)

      The number of running tasks for the service revision.

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

      ServiceRevisionSummary.Builder pendingTaskCount(Integer pendingTaskCount)

      The number of pending tasks for the service revision.

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