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