Class CfnAnalysis.ReferenceLineValueLabelConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.ReferenceLineValueLabelConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.ReferenceLineValueLabelConfigurationProperty>
- Enclosing interface:
CfnAnalysis.ReferenceLineValueLabelConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysis.ReferenceLineValueLabelConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.ReferenceLineValueLabelConfigurationProperty>
A builder for
CfnAnalysis.ReferenceLineValueLabelConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.formatConfiguration(IResolvable formatConfiguration) formatConfiguration(CfnAnalysis.NumericFormatConfigurationProperty formatConfiguration) relativePosition(String relativePosition)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
formatConfiguration
@Stability(Stable) public CfnAnalysis.ReferenceLineValueLabelConfigurationProperty.Builder formatConfiguration(IResolvable formatConfiguration) - Parameters:
formatConfiguration- The format configuration of the value label.- Returns:
this
-
formatConfiguration
@Stability(Stable) public CfnAnalysis.ReferenceLineValueLabelConfigurationProperty.Builder formatConfiguration(CfnAnalysis.NumericFormatConfigurationProperty formatConfiguration) - Parameters:
formatConfiguration- The format configuration of the value label.- Returns:
this
-
relativePosition
@Stability(Stable) public CfnAnalysis.ReferenceLineValueLabelConfigurationProperty.Builder relativePosition(String relativePosition) - Parameters:
relativePosition- The relative position of the value label. Choose one of the following options:.BEFORE_CUSTOM_LABELAFTER_CUSTOM_LABEL
- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysis.ReferenceLineValueLabelConfigurationProperty>- Returns:
- a new instance of
CfnAnalysis.ReferenceLineValueLabelConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-