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