static CreateWhatIfForecastRequest.Builder |
CreateWhatIfForecastRequest.builder() |
|
CreateWhatIfForecastRequest.Builder |
CreateWhatIfForecastRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateWhatIfForecastRequest.Builder |
CreateWhatIfForecastRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
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.
|