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