static CreateForecastRequest.Builder |
CreateForecastRequest.builder() |
|
CreateForecastRequest.Builder |
CreateForecastRequest.Builder.forecastName(String forecastName) |
A name for the forecast.
|
CreateForecastRequest.Builder |
CreateForecastRequest.Builder.forecastTypes(String... forecastTypes) |
The quantiles at which probabilistic forecasts are generated.
|
CreateForecastRequest.Builder |
CreateForecastRequest.Builder.forecastTypes(Collection<String> forecastTypes) |
The quantiles at which probabilistic forecasts are generated.
|
CreateForecastRequest.Builder |
CreateForecastRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateForecastRequest.Builder |
CreateForecastRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateForecastRequest.Builder |
CreateForecastRequest.Builder.predictorArn(String predictorArn) |
The Amazon Resource Name (ARN) of the predictor to use to generate the forecast.
|
CreateForecastRequest.Builder |
CreateForecastRequest.Builder.tags(Collection<Tag> tags) |
The optional metadata that you apply to the forecast to help you categorize and organize them.
|
CreateForecastRequest.Builder |
CreateForecastRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
The optional metadata that you apply to the forecast to help you categorize and organize them.
|
CreateForecastRequest.Builder |
CreateForecastRequest.Builder.tags(Tag... tags) |
The optional metadata that you apply to the forecast to help you categorize and organize them.
|
default CreateForecastRequest.Builder |
CreateForecastRequest.Builder.timeSeriesSelector(Consumer<TimeSeriesSelector.Builder> timeSeriesSelector) |
Defines the set of time series that are used to create the forecasts in a TimeSeriesIdentifiers
object.
|
CreateForecastRequest.Builder |
CreateForecastRequest.Builder.timeSeriesSelector(TimeSeriesSelector timeSeriesSelector) |
Defines the set of time series that are used to create the forecasts in a TimeSeriesIdentifiers
object.
|
CreateForecastRequest.Builder |
CreateForecastRequest.toBuilder() |
|