public static interface WhatIfForecastSummary.Builder extends SdkPojo, CopyableBuilder<WhatIfForecastSummary.Builder,WhatIfForecastSummary>
| Modifier and Type | Method and Description |
|---|---|
WhatIfForecastSummary.Builder |
creationTime(Instant creationTime)
When the what-if forecast was created.
|
WhatIfForecastSummary.Builder |
lastModificationTime(Instant lastModificationTime)
The last time the resource was modified.
|
WhatIfForecastSummary.Builder |
message(String message)
If an error occurred, an informational message about the error.
|
WhatIfForecastSummary.Builder |
status(String status)
The status of the what-if forecast.
|
WhatIfForecastSummary.Builder |
whatIfAnalysisArn(String whatIfAnalysisArn)
The Amazon Resource Name (ARN) of the what-if analysis that contains this what-if forecast.
|
WhatIfForecastSummary.Builder |
whatIfForecastArn(String whatIfForecastArn)
The Amazon Resource Name (ARN) of the what-if forecast.
|
WhatIfForecastSummary.Builder |
whatIfForecastName(String whatIfForecastName)
The name of the what-if forecast.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWhatIfForecastSummary.Builder whatIfForecastArn(String whatIfForecastArn)
The Amazon Resource Name (ARN) of the what-if forecast.
whatIfForecastArn - The Amazon Resource Name (ARN) of the what-if forecast.WhatIfForecastSummary.Builder whatIfForecastName(String whatIfForecastName)
The name of the what-if forecast.
whatIfForecastName - The name of the what-if forecast.WhatIfForecastSummary.Builder whatIfAnalysisArn(String whatIfAnalysisArn)
The Amazon Resource Name (ARN) of the what-if analysis that contains this what-if forecast.
whatIfAnalysisArn - The Amazon Resource Name (ARN) of the what-if analysis that contains this what-if forecast.WhatIfForecastSummary.Builder status(String status)
The status of the what-if forecast. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
CREATE_STOPPING, CREATE_STOPPED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
The Status of the what-if analysis must be ACTIVE before you can access the
analysis.
status - The status of the what-if forecast. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
CREATE_STOPPING, CREATE_STOPPED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
The Status of the what-if analysis must be ACTIVE before you can access the
analysis.
WhatIfForecastSummary.Builder message(String message)
If an error occurred, an informational message about the error.
message - If an error occurred, an informational message about the error.WhatIfForecastSummary.Builder creationTime(Instant creationTime)
When the what-if forecast was created.
creationTime - When the what-if forecast was created.WhatIfForecastSummary.Builder lastModificationTime(Instant lastModificationTime)
The last time the resource was modified. The timestamp depends on the status of the job:
CREATE_PENDING - The CreationTime.
CREATE_IN_PROGRESS - The current timestamp.
CREATE_STOPPING - The current timestamp.
CREATE_STOPPED - When the job stopped.
ACTIVE or CREATE_FAILED - When the job finished or failed.
lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:
CREATE_PENDING - The CreationTime.
CREATE_IN_PROGRESS - The current timestamp.
CREATE_STOPPING - The current timestamp.
CREATE_STOPPED - When the job stopped.
ACTIVE or CREATE_FAILED - When the job finished or failed.
Copyright © 2023. All rights reserved.