Class CfnDashboard.ListControlSearchOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.ListControlSearchOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.ListControlSearchOptionsProperty>
- Enclosing interface:
CfnDashboard.ListControlSearchOptionsProperty
@Stability(Stable)
public static final class CfnDashboard.ListControlSearchOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.ListControlSearchOptionsProperty>
A builder for
CfnDashboard.ListControlSearchOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.visibility(String visibility) Sets the value ofCfnDashboard.ListControlSearchOptionsProperty.getVisibility()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
visibility
@Stability(Stable) public CfnDashboard.ListControlSearchOptionsProperty.Builder visibility(String visibility) Sets the value ofCfnDashboard.ListControlSearchOptionsProperty.getVisibility()- Parameters:
visibility- The visibility configuration of the search options in a list control.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.ListControlSearchOptionsProperty>- Returns:
- a new instance of
CfnDashboard.ListControlSearchOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-