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