Class CfnDashboardPropsMixin.DataQAEnabledOptionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.DataQAEnabledOptionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.DataQAEnabledOptionProperty>
- Enclosing interface:
CfnDashboardPropsMixin.DataQAEnabledOptionProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.DataQAEnabledOptionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.DataQAEnabledOptionProperty>
A builder for
CfnDashboardPropsMixin.DataQAEnabledOptionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionavailabilityStatus(String availabilityStatus) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
availabilityStatus
@Stability(Stable) public CfnDashboardPropsMixin.DataQAEnabledOptionProperty.Builder availabilityStatus(String availabilityStatus) - Parameters:
availabilityStatus- The status of the Data Q&A option on the dashboard.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.DataQAEnabledOptionProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.DataQAEnabledOptionProperty - Throws:
NullPointerException- if any required attribute was not provided
-