Class CfnDashboard.TableFieldCustomTextContentProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.TableFieldCustomTextContentProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.TableFieldCustomTextContentProperty>
- Enclosing interface:
CfnDashboard.TableFieldCustomTextContentProperty
@Stability(Stable)
public static final class CfnDashboard.TableFieldCustomTextContentProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.TableFieldCustomTextContentProperty>
A builder for
CfnDashboard.TableFieldCustomTextContentProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.fontConfiguration
(IResolvable fontConfiguration) Sets the value ofCfnDashboard.TableFieldCustomTextContentProperty.getFontConfiguration()
fontConfiguration
(CfnDashboard.FontConfigurationProperty fontConfiguration) Sets the value ofCfnDashboard.TableFieldCustomTextContentProperty.getFontConfiguration()
Sets the value ofCfnDashboard.TableFieldCustomTextContentProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fontConfiguration
@Stability(Stable) public CfnDashboard.TableFieldCustomTextContentProperty.Builder fontConfiguration(IResolvable fontConfiguration) Sets the value ofCfnDashboard.TableFieldCustomTextContentProperty.getFontConfiguration()
- Parameters:
fontConfiguration
- The font configuration of the custom text content for the table URL link content. This parameter is required.- Returns:
this
-
fontConfiguration
@Stability(Stable) public CfnDashboard.TableFieldCustomTextContentProperty.Builder fontConfiguration(CfnDashboard.FontConfigurationProperty fontConfiguration) Sets the value ofCfnDashboard.TableFieldCustomTextContentProperty.getFontConfiguration()
- Parameters:
fontConfiguration
- The font configuration of the custom text content for the table URL link content. This parameter is required.- Returns:
this
-
value
@Stability(Stable) public CfnDashboard.TableFieldCustomTextContentProperty.Builder value(String value) Sets the value ofCfnDashboard.TableFieldCustomTextContentProperty.getValue()
- Parameters:
value
- The string value of the custom text content for the table URL link content.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.TableFieldCustomTextContentProperty>
- Returns:
- a new instance of
CfnDashboard.TableFieldCustomTextContentProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-