Uses of Interface
software.amazon.awssdk.services.forecast.model.TestWindowSummary.Builder
-
Packages that use TestWindowSummary.Builder Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of TestWindowSummary.Builder in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return TestWindowSummary.Builder Modifier and Type Method Description static TestWindowSummary.BuilderTestWindowSummary. builder()TestWindowSummary.BuilderTestWindowSummary.Builder. message(String message)If the test failed, the reason why it failed.TestWindowSummary.BuilderTestWindowSummary.Builder. status(String status)The status of the test.TestWindowSummary.BuilderTestWindowSummary.Builder. testWindowEnd(Instant testWindowEnd)The time at which the test ended.TestWindowSummary.BuilderTestWindowSummary.Builder. testWindowStart(Instant testWindowStart)The time at which the test began.TestWindowSummary.BuilderTestWindowSummary. toBuilder()Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type TestWindowSummary.Builder Modifier and Type Method Description static Class<? extends TestWindowSummary.Builder>TestWindowSummary. serializableBuilderClass()
-