public static interface DescribeWhatIfForecastResponse.Builder extends ForecastResponse.Builder, SdkPojo, CopyableBuilder<DescribeWhatIfForecastResponse.Builder,DescribeWhatIfForecastResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeWhatIfForecastResponse.Builder |
creationTime(Instant creationTime)
When the what-if forecast was created.
|
DescribeWhatIfForecastResponse.Builder |
estimatedTimeRemainingInMinutes(Long estimatedTimeRemainingInMinutes)
The approximate time remaining to complete the what-if forecast, in minutes.
|
DescribeWhatIfForecastResponse.Builder |
forecastTypes(Collection<String> forecastTypes)
The quantiles at which probabilistic forecasts are generated.
|
DescribeWhatIfForecastResponse.Builder |
forecastTypes(String... forecastTypes)
The quantiles at which probabilistic forecasts are generated.
|
DescribeWhatIfForecastResponse.Builder |
lastModificationTime(Instant lastModificationTime)
The last time the resource was modified.
|
DescribeWhatIfForecastResponse.Builder |
message(String message)
If an error occurred, an informational message about the error.
|
DescribeWhatIfForecastResponse.Builder |
status(String status)
The status of the what-if forecast.
|
default DescribeWhatIfForecastResponse.Builder |
timeSeriesReplacementsDataSource(Consumer<TimeSeriesReplacementsDataSource.Builder> timeSeriesReplacementsDataSource)
An array of
S3Config, Schema, and Format elements that describe the
replacement time series. |
DescribeWhatIfForecastResponse.Builder |
timeSeriesReplacementsDataSource(TimeSeriesReplacementsDataSource timeSeriesReplacementsDataSource)
An array of
S3Config, Schema, and Format elements that describe the
replacement time series. |
DescribeWhatIfForecastResponse.Builder |
timeSeriesTransformations(Collection<TimeSeriesTransformation> timeSeriesTransformations)
An array of
Action and TimeSeriesConditions elements that describe what
transformations were applied to which time series. |
DescribeWhatIfForecastResponse.Builder |
timeSeriesTransformations(Consumer<TimeSeriesTransformation.Builder>... timeSeriesTransformations)
An array of
Action and TimeSeriesConditions elements that describe what
transformations were applied to which time series. |
DescribeWhatIfForecastResponse.Builder |
timeSeriesTransformations(TimeSeriesTransformation... timeSeriesTransformations)
An array of
Action and TimeSeriesConditions elements that describe what
transformations were applied to which time series. |
DescribeWhatIfForecastResponse.Builder |
whatIfAnalysisArn(String whatIfAnalysisArn)
The Amazon Resource Name (ARN) of the what-if analysis that contains this forecast.
|
DescribeWhatIfForecastResponse.Builder |
whatIfForecastArn(String whatIfForecastArn)
The Amazon Resource Name (ARN) of the what-if forecast.
|
DescribeWhatIfForecastResponse.Builder |
whatIfForecastName(String whatIfForecastName)
The name of the what-if forecast.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeWhatIfForecastResponse.Builder whatIfForecastName(String whatIfForecastName)
The name of the what-if forecast.
whatIfForecastName - The name of the what-if forecast.DescribeWhatIfForecastResponse.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.DescribeWhatIfForecastResponse.Builder whatIfAnalysisArn(String whatIfAnalysisArn)
The Amazon Resource Name (ARN) of the what-if analysis that contains this forecast.
whatIfAnalysisArn - The Amazon Resource Name (ARN) of the what-if analysis that contains this forecast.DescribeWhatIfForecastResponse.Builder estimatedTimeRemainingInMinutes(Long estimatedTimeRemainingInMinutes)
The approximate time remaining to complete the what-if forecast, in minutes.
estimatedTimeRemainingInMinutes - The approximate time remaining to complete the what-if forecast, in minutes.DescribeWhatIfForecastResponse.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 forecast must be ACTIVE before you can access the
forecast.
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 forecast must be ACTIVE before you can access the
forecast.
DescribeWhatIfForecastResponse.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.DescribeWhatIfForecastResponse.Builder creationTime(Instant creationTime)
When the what-if forecast was created.
creationTime - When the what-if forecast was created.DescribeWhatIfForecastResponse.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.
DescribeWhatIfForecastResponse.Builder timeSeriesTransformations(Collection<TimeSeriesTransformation> timeSeriesTransformations)
An array of Action and TimeSeriesConditions elements that describe what
transformations were applied to which time series.
timeSeriesTransformations - An array of Action and TimeSeriesConditions elements that describe what
transformations were applied to which time series.DescribeWhatIfForecastResponse.Builder timeSeriesTransformations(TimeSeriesTransformation... timeSeriesTransformations)
An array of Action and TimeSeriesConditions elements that describe what
transformations were applied to which time series.
timeSeriesTransformations - An array of Action and TimeSeriesConditions elements that describe what
transformations were applied to which time series.DescribeWhatIfForecastResponse.Builder timeSeriesTransformations(Consumer<TimeSeriesTransformation.Builder>... timeSeriesTransformations)
An array of Action and TimeSeriesConditions elements that describe what
transformations were applied to which time series.
TimeSeriesTransformation.Builder avoiding the need to
create one manually via
TimeSeriesTransformation.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #timeSeriesTransformations(List.
timeSeriesTransformations - a consumer that will call methods on
TimeSeriesTransformation.Builder#timeSeriesTransformations(java.util.Collection) DescribeWhatIfForecastResponse.Builder timeSeriesReplacementsDataSource(TimeSeriesReplacementsDataSource timeSeriesReplacementsDataSource)
An array of S3Config, Schema, and Format elements that describe the
replacement time series.
timeSeriesReplacementsDataSource - An array of S3Config, Schema, and Format elements that describe
the replacement time series.default DescribeWhatIfForecastResponse.Builder timeSeriesReplacementsDataSource(Consumer<TimeSeriesReplacementsDataSource.Builder> timeSeriesReplacementsDataSource)
An array of S3Config, Schema, and Format elements that describe the
replacement time series.
TimeSeriesReplacementsDataSource.Builder
avoiding the need to create one manually via TimeSeriesReplacementsDataSource.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
timeSeriesReplacementsDataSource(TimeSeriesReplacementsDataSource).
timeSeriesReplacementsDataSource - a consumer that will call methods on TimeSeriesReplacementsDataSource.BuildertimeSeriesReplacementsDataSource(TimeSeriesReplacementsDataSource)DescribeWhatIfForecastResponse.Builder forecastTypes(Collection<String> forecastTypes)
The quantiles at which probabilistic forecasts are generated. You can specify up to five quantiles per
what-if forecast in the CreateWhatIfForecast operation. If you didn't specify quantiles, the default
values are ["0.1", "0.5", "0.9"].
forecastTypes - The quantiles at which probabilistic forecasts are generated. You can specify up to five quantiles per
what-if forecast in the CreateWhatIfForecast operation. If you didn't specify quantiles, the
default values are ["0.1", "0.5", "0.9"].DescribeWhatIfForecastResponse.Builder forecastTypes(String... forecastTypes)
The quantiles at which probabilistic forecasts are generated. You can specify up to five quantiles per
what-if forecast in the CreateWhatIfForecast operation. If you didn't specify quantiles, the default
values are ["0.1", "0.5", "0.9"].
forecastTypes - The quantiles at which probabilistic forecasts are generated. You can specify up to five quantiles per
what-if forecast in the CreateWhatIfForecast operation. If you didn't specify quantiles, the
default values are ["0.1", "0.5", "0.9"].Copyright © 2023. All rights reserved.