public static interface WhatIfAnalysisSummary.Builder extends SdkPojo, CopyableBuilder<WhatIfAnalysisSummary.Builder,WhatIfAnalysisSummary>
| Modifier and Type | Method and Description |
|---|---|
WhatIfAnalysisSummary.Builder |
creationTime(Instant creationTime)
When the what-if analysis was created.
|
WhatIfAnalysisSummary.Builder |
forecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the baseline forecast that is being used in this what-if analysis.
|
WhatIfAnalysisSummary.Builder |
lastModificationTime(Instant lastModificationTime)
The last time the resource was modified.
|
WhatIfAnalysisSummary.Builder |
message(String message)
If an error occurred, an informational message about the error.
|
WhatIfAnalysisSummary.Builder |
status(String status)
The status of the what-if analysis.
|
WhatIfAnalysisSummary.Builder |
whatIfAnalysisArn(String whatIfAnalysisArn)
The Amazon Resource Name (ARN) of the what-if analysis.
|
WhatIfAnalysisSummary.Builder |
whatIfAnalysisName(String whatIfAnalysisName)
The name of the what-if analysis.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWhatIfAnalysisSummary.Builder whatIfAnalysisArn(String whatIfAnalysisArn)
The Amazon Resource Name (ARN) of the what-if analysis.
whatIfAnalysisArn - The Amazon Resource Name (ARN) of the what-if analysis.WhatIfAnalysisSummary.Builder whatIfAnalysisName(String whatIfAnalysisName)
The name of the what-if analysis.
whatIfAnalysisName - The name of the what-if analysis.WhatIfAnalysisSummary.Builder forecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the baseline forecast that is being used in this what-if analysis.
forecastArn - The Amazon Resource Name (ARN) of the baseline forecast that is being used in this what-if analysis.WhatIfAnalysisSummary.Builder status(String status)
The status of the what-if analysis. 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 analysis. 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.
WhatIfAnalysisSummary.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.WhatIfAnalysisSummary.Builder creationTime(Instant creationTime)
When the what-if analysis was created.
creationTime - When the what-if analysis was created.WhatIfAnalysisSummary.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.