Class CfnTemplatePropsMixin.ReferenceLineProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.ReferenceLineProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.ReferenceLineProperty>
- Enclosing interface:
CfnTemplatePropsMixin.ReferenceLineProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.ReferenceLineProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.ReferenceLineProperty>
A builder for
CfnTemplatePropsMixin.ReferenceLineProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dataConfiguration(CfnTemplatePropsMixin.ReferenceLineDataConfigurationProperty dataConfiguration) Sets the value ofCfnTemplatePropsMixin.ReferenceLineProperty.getDataConfiguration()dataConfiguration(IResolvable dataConfiguration) Sets the value ofCfnTemplatePropsMixin.ReferenceLineProperty.getDataConfiguration()labelConfiguration(CfnTemplatePropsMixin.ReferenceLineLabelConfigurationProperty labelConfiguration) Sets the value ofCfnTemplatePropsMixin.ReferenceLineProperty.getLabelConfiguration()labelConfiguration(IResolvable labelConfiguration) Sets the value ofCfnTemplatePropsMixin.ReferenceLineProperty.getLabelConfiguration()Sets the value ofCfnTemplatePropsMixin.ReferenceLineProperty.getStatus()styleConfiguration(CfnTemplatePropsMixin.ReferenceLineStyleConfigurationProperty styleConfiguration) Sets the value ofCfnTemplatePropsMixin.ReferenceLineProperty.getStyleConfiguration()styleConfiguration(IResolvable styleConfiguration) Sets the value ofCfnTemplatePropsMixin.ReferenceLineProperty.getStyleConfiguration()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataConfiguration
@Stability(Stable) public CfnTemplatePropsMixin.ReferenceLineProperty.Builder dataConfiguration(IResolvable dataConfiguration) Sets the value ofCfnTemplatePropsMixin.ReferenceLineProperty.getDataConfiguration()- Parameters:
dataConfiguration- The data configuration of the reference line.- Returns:
this
-
dataConfiguration
@Stability(Stable) public CfnTemplatePropsMixin.ReferenceLineProperty.Builder dataConfiguration(CfnTemplatePropsMixin.ReferenceLineDataConfigurationProperty dataConfiguration) Sets the value ofCfnTemplatePropsMixin.ReferenceLineProperty.getDataConfiguration()- Parameters:
dataConfiguration- The data configuration of the reference line.- Returns:
this
-
labelConfiguration
@Stability(Stable) public CfnTemplatePropsMixin.ReferenceLineProperty.Builder labelConfiguration(IResolvable labelConfiguration) Sets the value ofCfnTemplatePropsMixin.ReferenceLineProperty.getLabelConfiguration()- Parameters:
labelConfiguration- The label configuration of the reference line.- Returns:
this
-
labelConfiguration
@Stability(Stable) public CfnTemplatePropsMixin.ReferenceLineProperty.Builder labelConfiguration(CfnTemplatePropsMixin.ReferenceLineLabelConfigurationProperty labelConfiguration) Sets the value ofCfnTemplatePropsMixin.ReferenceLineProperty.getLabelConfiguration()- Parameters:
labelConfiguration- The label configuration of the reference line.- Returns:
this
-
status
Sets the value ofCfnTemplatePropsMixin.ReferenceLineProperty.getStatus()- Parameters:
status- The status of the reference line. Choose one of the following options:.ENABLEDISABLE
- Returns:
this
-
styleConfiguration
@Stability(Stable) public CfnTemplatePropsMixin.ReferenceLineProperty.Builder styleConfiguration(IResolvable styleConfiguration) Sets the value ofCfnTemplatePropsMixin.ReferenceLineProperty.getStyleConfiguration()- Parameters:
styleConfiguration- The style configuration of the reference line.- Returns:
this
-
styleConfiguration
@Stability(Stable) public CfnTemplatePropsMixin.ReferenceLineProperty.Builder styleConfiguration(CfnTemplatePropsMixin.ReferenceLineStyleConfigurationProperty styleConfiguration) Sets the value ofCfnTemplatePropsMixin.ReferenceLineProperty.getStyleConfiguration()- Parameters:
styleConfiguration- The style configuration of the reference line.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.ReferenceLineProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.ReferenceLineProperty - Throws:
NullPointerException- if any required attribute was not provided
-