Class CfnDashboardPropsMixin.ReferenceLineCustomLabelConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.ReferenceLineCustomLabelConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.ReferenceLineCustomLabelConfigurationProperty>
- Enclosing interface:
CfnDashboardPropsMixin.ReferenceLineCustomLabelConfigurationProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.ReferenceLineCustomLabelConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.ReferenceLineCustomLabelConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.customLabel(String customLabel)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customLabel
@Stability(Stable) public CfnDashboardPropsMixin.ReferenceLineCustomLabelConfigurationProperty.Builder customLabel(String customLabel) Sets the value ofCfnDashboardPropsMixin.ReferenceLineCustomLabelConfigurationProperty.getCustomLabel()- Parameters:
customLabel- The string text of the custom label.- Returns:
this
-
build
@Stability(Stable) public CfnDashboardPropsMixin.ReferenceLineCustomLabelConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.ReferenceLineCustomLabelConfigurationProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.ReferenceLineCustomLabelConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-