Uses of Interface
software.amazon.awssdk.services.forecast.model.CreateWhatIfAnalysisRequest.Builder
-
Packages that use CreateWhatIfAnalysisRequest.Builder Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources.software.amazon.awssdk.services.forecast.model -
-
Uses of CreateWhatIfAnalysisRequest.Builder in software.amazon.awssdk.services.forecast
Method parameters in software.amazon.awssdk.services.forecast with type arguments of type CreateWhatIfAnalysisRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateWhatIfAnalysisResponse>ForecastAsyncClient. createWhatIfAnalysis(Consumer<CreateWhatIfAnalysisRequest.Builder> createWhatIfAnalysisRequest)What-if analysis is a scenario modeling technique where you make a hypothetical change to a time series and compare the forecasts generated by these changes against the baseline, unchanged time series.default CreateWhatIfAnalysisResponseForecastClient. createWhatIfAnalysis(Consumer<CreateWhatIfAnalysisRequest.Builder> createWhatIfAnalysisRequest)What-if analysis is a scenario modeling technique where you make a hypothetical change to a time series and compare the forecasts generated by these changes against the baseline, unchanged time series. -
Uses of CreateWhatIfAnalysisRequest.Builder in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return CreateWhatIfAnalysisRequest.Builder Modifier and Type Method Description static CreateWhatIfAnalysisRequest.BuilderCreateWhatIfAnalysisRequest. builder()CreateWhatIfAnalysisRequest.BuilderCreateWhatIfAnalysisRequest.Builder. forecastArn(String forecastArn)The Amazon Resource Name (ARN) of the baseline forecast.CreateWhatIfAnalysisRequest.BuilderCreateWhatIfAnalysisRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateWhatIfAnalysisRequest.BuilderCreateWhatIfAnalysisRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateWhatIfAnalysisRequest.BuilderCreateWhatIfAnalysisRequest.Builder. tags(Collection<Tag> tags)A list of tags to apply to the what if forecast.CreateWhatIfAnalysisRequest.BuilderCreateWhatIfAnalysisRequest.Builder. tags(Consumer<Tag.Builder>... tags)A list of tags to apply to the what if forecast.CreateWhatIfAnalysisRequest.BuilderCreateWhatIfAnalysisRequest.Builder. tags(Tag... tags)A list of tags to apply to the what if forecast.default CreateWhatIfAnalysisRequest.BuilderCreateWhatIfAnalysisRequest.Builder. timeSeriesSelector(Consumer<TimeSeriesSelector.Builder> timeSeriesSelector)Defines the set of time series that are used in the what-if analysis with aTimeSeriesIdentifiersobject.CreateWhatIfAnalysisRequest.BuilderCreateWhatIfAnalysisRequest.Builder. timeSeriesSelector(TimeSeriesSelector timeSeriesSelector)Defines the set of time series that are used in the what-if analysis with aTimeSeriesIdentifiersobject.CreateWhatIfAnalysisRequest.BuilderCreateWhatIfAnalysisRequest. toBuilder()CreateWhatIfAnalysisRequest.BuilderCreateWhatIfAnalysisRequest.Builder. whatIfAnalysisName(String whatIfAnalysisName)The name of the what-if analysis.Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type CreateWhatIfAnalysisRequest.Builder Modifier and Type Method Description static Class<? extends CreateWhatIfAnalysisRequest.Builder>CreateWhatIfAnalysisRequest. serializableBuilderClass()
-