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