public static interface CreateWhatIfForecastRequest.Builder extends ForecastRequest.Builder, SdkPojo, CopyableBuilder<CreateWhatIfForecastRequest.Builder,CreateWhatIfForecastRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateWhatIfForecastRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateWhatIfForecastRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateWhatIfForecastRequest.Builder |
tags(Collection<Tag> tags)
A list of tags
to apply to the what if forecast.
|
CreateWhatIfForecastRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags
to apply to the what if forecast.
|
CreateWhatIfForecastRequest.Builder |
tags(Tag... tags)
A list of tags
to apply to the what if forecast.
|
default 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 |
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 |
timeSeriesTransformations(Collection<TimeSeriesTransformation> timeSeriesTransformations)
The transformations that are applied to the baseline time series.
|
CreateWhatIfForecastRequest.Builder |
timeSeriesTransformations(Consumer<TimeSeriesTransformation.Builder>... timeSeriesTransformations)
The transformations that are applied to the baseline time series.
|
CreateWhatIfForecastRequest.Builder |
timeSeriesTransformations(TimeSeriesTransformation... timeSeriesTransformations)
The transformations that are applied to the baseline time series.
|
CreateWhatIfForecastRequest.Builder |
whatIfAnalysisArn(String whatIfAnalysisArn)
The Amazon Resource Name (ARN) of the what-if analysis.
|
CreateWhatIfForecastRequest.Builder |
whatIfForecastName(String whatIfForecastName)
The name of the what-if forecast.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWhatIfForecastRequest.Builder whatIfForecastName(String whatIfForecastName)
The name of the what-if forecast. Names must be unique within each what-if analysis.
whatIfForecastName - The name of the what-if forecast. Names must be unique within each what-if analysis.CreateWhatIfForecastRequest.Builder whatIfAnalysisArn(String whatIfAnalysisArn)
The Amazon Resource Name (ARN) of the what-if analysis.
whatIfAnalysisArn - The Amazon Resource Name (ARN) of the what-if analysis.CreateWhatIfForecastRequest.Builder timeSeriesTransformations(Collection<TimeSeriesTransformation> timeSeriesTransformations)
The transformations that are applied to the baseline time series. Each transformation contains an action and a set of conditions. An action is applied only when all conditions are met. If no conditions are provided, the action is applied to all items.
timeSeriesTransformations - The transformations that are applied to the baseline time series. Each transformation contains an
action and a set of conditions. An action is applied only when all conditions are met. If no
conditions are provided, the action is applied to all items.CreateWhatIfForecastRequest.Builder timeSeriesTransformations(TimeSeriesTransformation... timeSeriesTransformations)
The transformations that are applied to the baseline time series. Each transformation contains an action and a set of conditions. An action is applied only when all conditions are met. If no conditions are provided, the action is applied to all items.
timeSeriesTransformations - The transformations that are applied to the baseline time series. Each transformation contains an
action and a set of conditions. An action is applied only when all conditions are met. If no
conditions are provided, the action is applied to all items.CreateWhatIfForecastRequest.Builder timeSeriesTransformations(Consumer<TimeSeriesTransformation.Builder>... timeSeriesTransformations)
The transformations that are applied to the baseline time series. Each transformation contains an action and a set of conditions. An action is applied only when all conditions are met. If no conditions are provided, the action is applied to all items.
This is a convenience method that creates an instance of theTimeSeriesTransformation.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) 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. A replacement time series does not need to contain all rows that are in the baseline related time series. Include only the rows (measure-dimension combinations) that you want to include in the what-if forecast.
This dataset is merged with the original time series to create a transformed dataset that is used for the what-if analysis.
This dataset should contain the items to modify (such as item_id or workforce_type), any relevant dimensions, the timestamp column, and at least one of the related time series columns. This file should not contain duplicate timestamps for the same time series.
Timestamps and item_ids not included in this dataset are not included in the what-if analysis.
timeSeriesReplacementsDataSource - The replacement time series dataset, which contains the rows that you want to change in the related
time series dataset. A replacement time series does not need to contain all rows that are in the
baseline related time series. Include only the rows (measure-dimension combinations) that you want to
include in the what-if forecast.
This dataset is merged with the original time series to create a transformed dataset that is used for the what-if analysis.
This dataset should contain the items to modify (such as item_id or workforce_type), any relevant dimensions, the timestamp column, and at least one of the related time series columns. This file should not contain duplicate timestamps for the same time series.
Timestamps and item_ids not included in this dataset are not included in the what-if analysis.
default 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. A replacement time series does not need to contain all rows that are in the baseline related time series. Include only the rows (measure-dimension combinations) that you want to include in the what-if forecast.
This dataset is merged with the original time series to create a transformed dataset that is used for the what-if analysis.
This dataset should contain the items to modify (such as item_id or workforce_type), any relevant dimensions, the timestamp column, and at least one of the related time series columns. This file should not contain duplicate timestamps for the same time series.
Timestamps and item_ids not included in this dataset are not included in the what-if analysis.
This is a convenience method that creates an instance of theTimeSeriesReplacementsDataSource.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)CreateWhatIfForecastRequest.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.CreateWhatIfForecastRequest.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.CreateWhatIfForecastRequest.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) CreateWhatIfForecastRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateWhatIfForecastRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.