Class CfnAnalysisPropsMixin.SheetImageTooltipConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.SheetImageTooltipConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.SheetImageTooltipConfigurationProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.SheetImageTooltipConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.SheetImageTooltipConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.SheetImageTooltipConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.tooltipText(IResolvable tooltipText) visibility(String visibility)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tooltipText
@Stability(Stable) public CfnAnalysisPropsMixin.SheetImageTooltipConfigurationProperty.Builder tooltipText(IResolvable tooltipText) - Parameters:
tooltipText- The text that appears in the tooltip.- Returns:
this
-
tooltipText
@Stability(Stable) public CfnAnalysisPropsMixin.SheetImageTooltipConfigurationProperty.Builder tooltipText(CfnAnalysisPropsMixin.SheetImageTooltipTextProperty tooltipText) - Parameters:
tooltipText- The text that appears in the tooltip.- Returns:
this
-
visibility
@Stability(Stable) public CfnAnalysisPropsMixin.SheetImageTooltipConfigurationProperty.Builder visibility(String visibility) - Parameters:
visibility- The visibility of the tooltip.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.SheetImageTooltipConfigurationProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.SheetImageTooltipConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-