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