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