Class CfnDashboard.DataPointMenuLabelOptionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.DataPointMenuLabelOptionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.DataPointMenuLabelOptionProperty>
- Enclosing interface:
CfnDashboard.DataPointMenuLabelOptionProperty
@Stability(Stable)
public static final class CfnDashboard.DataPointMenuLabelOptionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.DataPointMenuLabelOptionProperty>
A builder for
CfnDashboard.DataPointMenuLabelOptionProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionavailabilityStatus
(String availabilityStatus) Sets the value ofCfnDashboard.DataPointMenuLabelOptionProperty.getAvailabilityStatus()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
availabilityStatus
@Stability(Stable) public CfnDashboard.DataPointMenuLabelOptionProperty.Builder availabilityStatus(String availabilityStatus) Sets the value ofCfnDashboard.DataPointMenuLabelOptionProperty.getAvailabilityStatus()
- Parameters:
availabilityStatus
- The status of the data point menu options.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.DataPointMenuLabelOptionProperty>
- Returns:
- a new instance of
CfnDashboard.DataPointMenuLabelOptionProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-