Class CfnTemplate.SheetElementConfigurationOverridesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.SheetElementConfigurationOverridesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.SheetElementConfigurationOverridesProperty>
- Enclosing interface:
- CfnTemplate.SheetElementConfigurationOverridesProperty
@Stability(Stable)
public static final class CfnTemplate.SheetElementConfigurationOverridesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.SheetElementConfigurationOverridesProperty>
A builder for
CfnTemplate.SheetElementConfigurationOverridesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.visibility(String visibility) Sets the value ofCfnTemplate.SheetElementConfigurationOverridesProperty.getVisibility()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
visibility
@Stability(Stable) public CfnTemplate.SheetElementConfigurationOverridesProperty.Builder visibility(String visibility) Sets the value ofCfnTemplate.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<CfnTemplate.SheetElementConfigurationOverridesProperty>- Returns:
- a new instance of
CfnTemplate.SheetElementConfigurationOverridesProperty - Throws:
NullPointerException- if any required attribute was not provided
-