public static interface CreateWhatIfAnalysisRequest.Builder extends ForecastRequest.Builder, SdkPojo, CopyableBuilder<CreateWhatIfAnalysisRequest.Builder,CreateWhatIfAnalysisRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateWhatIfAnalysisRequest.Builder |
forecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the baseline forecast.
|
CreateWhatIfAnalysisRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateWhatIfAnalysisRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateWhatIfAnalysisRequest.Builder |
tags(Collection<Tag> tags)
A list of tags
to apply to the what if forecast.
|
CreateWhatIfAnalysisRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags
to apply to the what if forecast.
|
CreateWhatIfAnalysisRequest.Builder |
tags(Tag... tags)
A list of tags
to apply to the what if forecast.
|
default CreateWhatIfAnalysisRequest.Builder |
timeSeriesSelector(Consumer<TimeSeriesSelector.Builder> timeSeriesSelector)
Defines the set of time series that are used in the what-if analysis with a
TimeSeriesIdentifiers object. |
CreateWhatIfAnalysisRequest.Builder |
timeSeriesSelector(TimeSeriesSelector timeSeriesSelector)
Defines the set of time series that are used in the what-if analysis with a
TimeSeriesIdentifiers object. |
CreateWhatIfAnalysisRequest.Builder |
whatIfAnalysisName(String whatIfAnalysisName)
The name of the what-if analysis.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWhatIfAnalysisRequest.Builder whatIfAnalysisName(String whatIfAnalysisName)
The name of the what-if analysis. Each name must be unique.
whatIfAnalysisName - The name of the what-if analysis. Each name must be unique.CreateWhatIfAnalysisRequest.Builder forecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the baseline forecast.
forecastArn - The Amazon Resource Name (ARN) of the baseline forecast.CreateWhatIfAnalysisRequest.Builder timeSeriesSelector(TimeSeriesSelector timeSeriesSelector)
Defines the set of time series that are used in the what-if analysis with a
TimeSeriesIdentifiers object. What-if analyses are performed only for the time series in this
object.
The TimeSeriesIdentifiers object needs the following information:
DataSource
Format
Schema
timeSeriesSelector - Defines the set of time series that are used in the what-if analysis with a
TimeSeriesIdentifiers object. What-if analyses are performed only for the time series in
this object.
The TimeSeriesIdentifiers object needs the following information:
DataSource
Format
Schema
default CreateWhatIfAnalysisRequest.Builder timeSeriesSelector(Consumer<TimeSeriesSelector.Builder> timeSeriesSelector)
Defines the set of time series that are used in the what-if analysis with a
TimeSeriesIdentifiers object. What-if analyses are performed only for the time series in this
object.
The TimeSeriesIdentifiers object needs the following information:
DataSource
Format
Schema
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)CreateWhatIfAnalysisRequest.Builder tags(Collection<Tag> tags)
A list of tags to apply to the what if forecast.
tags - A list of tags to
apply to the what if forecast.CreateWhatIfAnalysisRequest.Builder tags(Tag... tags)
A list of tags to apply to the what if forecast.
tags - A list of tags to
apply to the what if forecast.CreateWhatIfAnalysisRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags to apply to the what if forecast.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateWhatIfAnalysisRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateWhatIfAnalysisRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.