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