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