Class CfnTemplatePropsMixin.ForecastConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnTemplatePropsMixin.ForecastConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.ForecastConfigurationProperty>
- Enclosing interface:
CfnTemplatePropsMixin.ForecastConfigurationProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.ForecastConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.ForecastConfigurationProperty>
A builder for
CfnTemplatePropsMixin.ForecastConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.forecastProperties(IResolvable forecastProperties) forecastProperties(CfnTemplatePropsMixin.TimeBasedForecastPropertiesProperty forecastProperties) scenario(IResolvable scenario) Sets the value ofCfnTemplatePropsMixin.ForecastConfigurationProperty.getScenario()Sets the value ofCfnTemplatePropsMixin.ForecastConfigurationProperty.getScenario()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
forecastProperties
@Stability(Stable) public CfnTemplatePropsMixin.ForecastConfigurationProperty.Builder forecastProperties(IResolvable forecastProperties) - Parameters:
forecastProperties- The forecast properties setup of a forecast in the line chart.- Returns:
this
-
forecastProperties
@Stability(Stable) public CfnTemplatePropsMixin.ForecastConfigurationProperty.Builder forecastProperties(CfnTemplatePropsMixin.TimeBasedForecastPropertiesProperty forecastProperties) - Parameters:
forecastProperties- The forecast properties setup of a forecast in the line chart.- Returns:
this
-
scenario
@Stability(Stable) public CfnTemplatePropsMixin.ForecastConfigurationProperty.Builder scenario(IResolvable scenario) Sets the value ofCfnTemplatePropsMixin.ForecastConfigurationProperty.getScenario()- Parameters:
scenario- The forecast scenario of a forecast in the line chart.- Returns:
this
-
scenario
@Stability(Stable) public CfnTemplatePropsMixin.ForecastConfigurationProperty.Builder scenario(CfnTemplatePropsMixin.ForecastScenarioProperty scenario) Sets the value ofCfnTemplatePropsMixin.ForecastConfigurationProperty.getScenario()- Parameters:
scenario- The forecast scenario of a forecast in the line chart.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.ForecastConfigurationProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.ForecastConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-