| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
static WhatIfForecastSummary.Builder |
WhatIfForecastSummary.builder() |
WhatIfForecastSummary.Builder |
WhatIfForecastSummary.Builder.creationTime(Instant creationTime)
When the what-if forecast was created.
|
WhatIfForecastSummary.Builder |
WhatIfForecastSummary.Builder.lastModificationTime(Instant lastModificationTime)
The last time the resource was modified.
|
WhatIfForecastSummary.Builder |
WhatIfForecastSummary.Builder.message(String message)
If an error occurred, an informational message about the error.
|
WhatIfForecastSummary.Builder |
WhatIfForecastSummary.Builder.status(String status)
The status of the what-if forecast.
|
WhatIfForecastSummary.Builder |
WhatIfForecastSummary.toBuilder() |
WhatIfForecastSummary.Builder |
WhatIfForecastSummary.Builder.whatIfAnalysisArn(String whatIfAnalysisArn)
The Amazon Resource Name (ARN) of the what-if analysis that contains this what-if forecast.
|
WhatIfForecastSummary.Builder |
WhatIfForecastSummary.Builder.whatIfForecastArn(String whatIfForecastArn)
The Amazon Resource Name (ARN) of the what-if forecast.
|
WhatIfForecastSummary.Builder |
WhatIfForecastSummary.Builder.whatIfForecastName(String whatIfForecastName)
The name of the what-if forecast.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WhatIfForecastSummary.Builder> |
WhatIfForecastSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.