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