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