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