Class CfnDashboardPropsMixin.TableFieldCustomTextContentProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.TableFieldCustomTextContentProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.TableFieldCustomTextContentProperty>
- Enclosing interface:
CfnDashboardPropsMixin.TableFieldCustomTextContentProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.TableFieldCustomTextContentProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.TableFieldCustomTextContentProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.fontConfiguration(CfnDashboardPropsMixin.FontConfigurationProperty fontConfiguration) fontConfiguration(IResolvable fontConfiguration) Sets the value ofCfnDashboardPropsMixin.TableFieldCustomTextContentProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fontConfiguration
@Stability(Stable) public CfnDashboardPropsMixin.TableFieldCustomTextContentProperty.Builder fontConfiguration(IResolvable fontConfiguration) - Parameters:
fontConfiguration- The font configuration of the custom text content for the table URL link content.- Returns:
this
-
fontConfiguration
@Stability(Stable) public CfnDashboardPropsMixin.TableFieldCustomTextContentProperty.Builder fontConfiguration(CfnDashboardPropsMixin.FontConfigurationProperty fontConfiguration) - Parameters:
fontConfiguration- The font configuration of the custom text content for the table URL link content.- Returns:
this
-
value
@Stability(Stable) public CfnDashboardPropsMixin.TableFieldCustomTextContentProperty.Builder value(String value) Sets the value ofCfnDashboardPropsMixin.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:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.TableFieldCustomTextContentProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.TableFieldCustomTextContentProperty - Throws:
NullPointerException- if any required attribute was not provided
-