| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast |
Provides APIs for creating and managing Amazon Forecast resources.
|
| software.amazon.awssdk.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateWhatIfForecastResponse |
ForecastClient.createWhatIfForecast(Consumer<CreateWhatIfForecastRequest.Builder> createWhatIfForecastRequest)
A what-if forecast is a forecast that is created from a modified version of the baseline forecast.
|
default CompletableFuture<CreateWhatIfForecastResponse> |
ForecastAsyncClient.createWhatIfForecast(Consumer<CreateWhatIfForecastRequest.Builder> createWhatIfForecastRequest)
A what-if forecast is a forecast that is created from a modified version of the baseline forecast.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateWhatIfForecastRequest.Builder |
CreateWhatIfForecastRequest.builder() |
CreateWhatIfForecastRequest.Builder |
CreateWhatIfForecastRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateWhatIfForecastRequest.Builder |
CreateWhatIfForecastRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateWhatIfForecastRequest.Builder |
CreateWhatIfForecastRequest.Builder.tags(Collection<Tag> tags)
A list of tags
to apply to the what if forecast.
|
CreateWhatIfForecastRequest.Builder |
CreateWhatIfForecastRequest.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tags
to apply to the what if forecast.
|
CreateWhatIfForecastRequest.Builder |
CreateWhatIfForecastRequest.Builder.tags(Tag... tags)
A list of tags
to apply to the what if forecast.
|
default CreateWhatIfForecastRequest.Builder |
CreateWhatIfForecastRequest.Builder.timeSeriesReplacementsDataSource(Consumer<TimeSeriesReplacementsDataSource.Builder> timeSeriesReplacementsDataSource)
The replacement time series dataset, which contains the rows that you want to change in the related time
series dataset.
|
CreateWhatIfForecastRequest.Builder |
CreateWhatIfForecastRequest.Builder.timeSeriesReplacementsDataSource(TimeSeriesReplacementsDataSource timeSeriesReplacementsDataSource)
The replacement time series dataset, which contains the rows that you want to change in the related time
series dataset.
|
CreateWhatIfForecastRequest.Builder |
CreateWhatIfForecastRequest.Builder.timeSeriesTransformations(Collection<TimeSeriesTransformation> timeSeriesTransformations)
The transformations that are applied to the baseline time series.
|
CreateWhatIfForecastRequest.Builder |
CreateWhatIfForecastRequest.Builder.timeSeriesTransformations(Consumer<TimeSeriesTransformation.Builder>... timeSeriesTransformations)
The transformations that are applied to the baseline time series.
|
CreateWhatIfForecastRequest.Builder |
CreateWhatIfForecastRequest.Builder.timeSeriesTransformations(TimeSeriesTransformation... timeSeriesTransformations)
The transformations that are applied to the baseline time series.
|
CreateWhatIfForecastRequest.Builder |
CreateWhatIfForecastRequest.toBuilder() |
CreateWhatIfForecastRequest.Builder |
CreateWhatIfForecastRequest.Builder.whatIfAnalysisArn(String whatIfAnalysisArn)
The Amazon Resource Name (ARN) of the what-if analysis.
|
CreateWhatIfForecastRequest.Builder |
CreateWhatIfForecastRequest.Builder.whatIfForecastName(String whatIfForecastName)
The name of the what-if forecast.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateWhatIfForecastRequest.Builder> |
CreateWhatIfForecastRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.