Class CfnDashboard.SheetElementConfigurationOverridesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.SheetElementConfigurationOverridesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.SheetElementConfigurationOverridesProperty>
- Enclosing interface:
CfnDashboard.SheetElementConfigurationOverridesProperty
@Stability(Stable)
public static final class CfnDashboard.SheetElementConfigurationOverridesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.SheetElementConfigurationOverridesProperty>
A builder for
CfnDashboard.SheetElementConfigurationOverridesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.visibility(String visibility) Sets the value ofCfnDashboard.SheetElementConfigurationOverridesProperty.getVisibility()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
visibility
@Stability(Stable) public CfnDashboard.SheetElementConfigurationOverridesProperty.Builder visibility(String visibility) Sets the value ofCfnDashboard.SheetElementConfigurationOverridesProperty.getVisibility()- Parameters:
visibility- Determines whether or not the overrides are visible. Choose one of the following options:.VISIBLEHIDDEN
- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.SheetElementConfigurationOverridesProperty>- Returns:
- a new instance of
CfnDashboard.SheetElementConfigurationOverridesProperty - Throws:
NullPointerException- if any required attribute was not provided
-