Class CfnAnalysisPropsMixin.ListControlSelectAllOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.ListControlSelectAllOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.ListControlSelectAllOptionsProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.ListControlSelectAllOptionsProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.ListControlSelectAllOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.ListControlSelectAllOptionsProperty>
-
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.ListControlSelectAllOptionsProperty.Builder visibility(String visibility) - Parameters:
visibility- The visibility configuration of theSelect alloptions in a list control.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.ListControlSelectAllOptionsProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.ListControlSelectAllOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-