Interface HarnessSummary.Builder

  • Method Details

    • harnessId

      HarnessSummary.Builder harnessId(String harnessId)

      The ID of the harness.

      Parameters:
      harnessId - The ID of the harness.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • harnessName

      HarnessSummary.Builder harnessName(String harnessName)

      The name of the harness.

      Parameters:
      harnessName - The name of the harness.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The ARN of the harness.

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

      The current status of the harness.

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

      The current status of the harness.

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

      HarnessSummary.Builder createdAt(Instant createdAt)

      The timestamp when the harness was created.

      Parameters:
      createdAt - The timestamp when the harness was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      HarnessSummary.Builder updatedAt(Instant updatedAt)

      The timestamp when the harness was last updated.

      Parameters:
      updatedAt - The timestamp when the harness was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.