Class CfnTemplatePropsMixin.ListControlSelectAllOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.ListControlSelectAllOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.ListControlSelectAllOptionsProperty>
- Enclosing interface:
CfnTemplatePropsMixin.ListControlSelectAllOptionsProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.ListControlSelectAllOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.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 CfnTemplatePropsMixin.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<CfnTemplatePropsMixin.ListControlSelectAllOptionsProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.ListControlSelectAllOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-