| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
static TestWindowSummary.Builder |
TestWindowSummary.builder() |
TestWindowSummary.Builder |
TestWindowSummary.Builder.message(String message)
If the test failed, the reason why it failed.
|
TestWindowSummary.Builder |
TestWindowSummary.Builder.status(String status)
The status of the test.
|
TestWindowSummary.Builder |
TestWindowSummary.Builder.testWindowEnd(Instant testWindowEnd)
The time at which the test ended.
|
TestWindowSummary.Builder |
TestWindowSummary.Builder.testWindowStart(Instant testWindowStart)
The time at which the test began.
|
TestWindowSummary.Builder |
TestWindowSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TestWindowSummary.Builder> |
TestWindowSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.