Class CfnDashboardPropsMixin.SheetControlInfoIconLabelOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.SheetControlInfoIconLabelOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.SheetControlInfoIconLabelOptionsProperty>
- Enclosing interface:
CfnDashboardPropsMixin.SheetControlInfoIconLabelOptionsProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.SheetControlInfoIconLabelOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.SheetControlInfoIconLabelOptionsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.infoIconText(String infoIconText) visibility(String visibility)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
infoIconText
@Stability(Stable) public CfnDashboardPropsMixin.SheetControlInfoIconLabelOptionsProperty.Builder infoIconText(String infoIconText) - Parameters:
infoIconText- The text content of info icon.- Returns:
this
-
visibility
@Stability(Stable) public CfnDashboardPropsMixin.SheetControlInfoIconLabelOptionsProperty.Builder visibility(String visibility) - Parameters:
visibility- The visibility configuration of info icon label options.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.SheetControlInfoIconLabelOptionsProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.SheetControlInfoIconLabelOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-