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