public static interface DescribeWhatIfAnalysisResponse.Builder extends ForecastResponse.Builder, SdkPojo, CopyableBuilder<DescribeWhatIfAnalysisResponse.Builder,DescribeWhatIfAnalysisResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeWhatIfAnalysisResponse.Builder |
creationTime(Instant creationTime)
When the what-if analysis was created.
|
DescribeWhatIfAnalysisResponse.Builder |
estimatedTimeRemainingInMinutes(Long estimatedTimeRemainingInMinutes)
The approximate time remaining to complete the what-if analysis, in minutes.
|
DescribeWhatIfAnalysisResponse.Builder |
forecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the what-if forecast.
|
DescribeWhatIfAnalysisResponse.Builder |
lastModificationTime(Instant lastModificationTime)
The last time the resource was modified.
|
DescribeWhatIfAnalysisResponse.Builder |
message(String message)
If an error occurred, an informational message about the error.
|
DescribeWhatIfAnalysisResponse.Builder |
status(String status)
The status of the what-if analysis.
|
default DescribeWhatIfAnalysisResponse.Builder |
timeSeriesSelector(Consumer<TimeSeriesSelector.Builder> timeSeriesSelector)
Sets the value of the TimeSeriesSelector property for this object.
|
DescribeWhatIfAnalysisResponse.Builder |
timeSeriesSelector(TimeSeriesSelector timeSeriesSelector)
Sets the value of the TimeSeriesSelector property for this object.
|
DescribeWhatIfAnalysisResponse.Builder |
whatIfAnalysisArn(String whatIfAnalysisArn)
The Amazon Resource Name (ARN) of the what-if analysis.
|
DescribeWhatIfAnalysisResponse.Builder |
whatIfAnalysisName(String whatIfAnalysisName)
The name of the what-if analysis.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeWhatIfAnalysisResponse.Builder whatIfAnalysisName(String whatIfAnalysisName)
The name of the what-if analysis.
whatIfAnalysisName - The name of the what-if analysis.DescribeWhatIfAnalysisResponse.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.DescribeWhatIfAnalysisResponse.Builder forecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the what-if forecast.
forecastArn - The Amazon Resource Name (ARN) of the what-if forecast.DescribeWhatIfAnalysisResponse.Builder estimatedTimeRemainingInMinutes(Long estimatedTimeRemainingInMinutes)
The approximate time remaining to complete the what-if analysis, in minutes.
estimatedTimeRemainingInMinutes - The approximate time remaining to complete the what-if analysis, in minutes.DescribeWhatIfAnalysisResponse.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.
DescribeWhatIfAnalysisResponse.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.DescribeWhatIfAnalysisResponse.Builder creationTime(Instant creationTime)
When the what-if analysis was created.
creationTime - When the what-if analysis was created.DescribeWhatIfAnalysisResponse.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.
DescribeWhatIfAnalysisResponse.Builder timeSeriesSelector(TimeSeriesSelector timeSeriesSelector)
timeSeriesSelector - The new value for the TimeSeriesSelector property for this object.default DescribeWhatIfAnalysisResponse.Builder timeSeriesSelector(Consumer<TimeSeriesSelector.Builder> timeSeriesSelector)
TimeSeriesSelector.Builder avoiding the
need to create one manually via TimeSeriesSelector.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to timeSeriesSelector(TimeSeriesSelector).
timeSeriesSelector - a consumer that will call methods on TimeSeriesSelector.BuildertimeSeriesSelector(TimeSeriesSelector)Copyright © 2023. All rights reserved.