public static interface TestWindowSummary.Builder extends SdkPojo, CopyableBuilder<TestWindowSummary.Builder,TestWindowSummary>
| Modifier and Type | Method and Description |
|---|---|
TestWindowSummary.Builder |
message(String message)
If the test failed, the reason why it failed.
|
TestWindowSummary.Builder |
status(String status)
The status of the test.
|
TestWindowSummary.Builder |
testWindowEnd(Instant testWindowEnd)
The time at which the test ended.
|
TestWindowSummary.Builder |
testWindowStart(Instant testWindowStart)
The time at which the test began.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTestWindowSummary.Builder testWindowStart(Instant testWindowStart)
The time at which the test began.
testWindowStart - The time at which the test began.TestWindowSummary.Builder testWindowEnd(Instant testWindowEnd)
The time at which the test ended.
testWindowEnd - The time at which the test ended.TestWindowSummary.Builder status(String status)
The status of the test. Possible status values are:
ACTIVE
CREATE_IN_PROGRESS
CREATE_FAILED
status - The status of the test. Possible status values are:
ACTIVE
CREATE_IN_PROGRESS
CREATE_FAILED
TestWindowSummary.Builder message(String message)
If the test failed, the reason why it failed.
message - If the test failed, the reason why it failed.Copyright © 2023. All rights reserved.