Interface TestWindowSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TestWindowSummary.Builder,TestWindowSummary>, SdkBuilder<TestWindowSummary.Builder,TestWindowSummary>, SdkPojo
Enclosing class:
TestWindowSummary

public static interface TestWindowSummary.Builder extends SdkPojo, CopyableBuilder<TestWindowSummary.Builder,TestWindowSummary>
  • Method Details

    • testWindowStart

      TestWindowSummary.Builder testWindowStart(Instant testWindowStart)

      The time at which the test began.

      Parameters:
      testWindowStart - The time at which the test began.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • testWindowEnd

      TestWindowSummary.Builder testWindowEnd(Instant testWindowEnd)

      The time at which the test ended.

      Parameters:
      testWindowEnd - The time at which the test ended.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the test. Possible status values are:

      • ACTIVE

      • CREATE_IN_PROGRESS

      • CREATE_FAILED

      Parameters:
      status - The status of the test. Possible status values are:

      • ACTIVE

      • CREATE_IN_PROGRESS

      • CREATE_FAILED

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      If the test failed, the reason why it failed.

      Parameters:
      message - If the test failed, the reason why it failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.