Interface HarnessVersionSummary.Builder

  • Method Details

    • harnessId

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

      HarnessVersionSummary.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.
    • harnessVersion

      HarnessVersionSummary.Builder harnessVersion(String harnessVersion)

      The version of the harness that this summary describes.

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

      The status of this harness version.

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

      The status of this harness version.

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

      HarnessVersionSummary.Builder createdAt(Instant createdAt)

      The timestamp when this harness version was created.

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

      HarnessVersionSummary.Builder updatedAt(Instant updatedAt)

      The timestamp when this harness version was last updated.

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

      HarnessVersionSummary.Builder failureReason(String failureReason)

      Reason why the create or update operation for this harness version failed.

      Parameters:
      failureReason - Reason why the create or update operation for this harness version failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.