Class CfnAnalysis.TableFieldCustomTextContentProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.TableFieldCustomTextContentProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.TableFieldCustomTextContentProperty>
- Enclosing interface:
CfnAnalysis.TableFieldCustomTextContentProperty
@Stability(Stable)
public static final class CfnAnalysis.TableFieldCustomTextContentProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.TableFieldCustomTextContentProperty>
A builder for
CfnAnalysis.TableFieldCustomTextContentProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.fontConfiguration(IResolvable fontConfiguration) Sets the value ofCfnAnalysis.TableFieldCustomTextContentProperty.getFontConfiguration()fontConfiguration(CfnAnalysis.FontConfigurationProperty fontConfiguration) Sets the value ofCfnAnalysis.TableFieldCustomTextContentProperty.getFontConfiguration()Sets the value ofCfnAnalysis.TableFieldCustomTextContentProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fontConfiguration
@Stability(Stable) public CfnAnalysis.TableFieldCustomTextContentProperty.Builder fontConfiguration(IResolvable fontConfiguration) Sets the value ofCfnAnalysis.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 CfnAnalysis.TableFieldCustomTextContentProperty.Builder fontConfiguration(CfnAnalysis.FontConfigurationProperty fontConfiguration) Sets the value ofCfnAnalysis.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 CfnAnalysis.TableFieldCustomTextContentProperty.Builder value(String value) Sets the value ofCfnAnalysis.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<CfnAnalysis.TableFieldCustomTextContentProperty>- Returns:
- a new instance of
CfnAnalysis.TableFieldCustomTextContentProperty - Throws:
NullPointerException- if any required attribute was not provided
-