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