Class CfnAnalysisPropsMixin.TableFieldLinkContentConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.TableFieldLinkContentConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.TableFieldLinkContentConfigurationProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.TableFieldLinkContentConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.TableFieldLinkContentConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.TableFieldLinkContentConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.customIconContent(CfnAnalysisPropsMixin.TableFieldCustomIconContentProperty customIconContent) customIconContent(IResolvable customIconContent) customTextContent(CfnAnalysisPropsMixin.TableFieldCustomTextContentProperty customTextContent) customTextContent(IResolvable customTextContent)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customIconContent
@Stability(Stable) public CfnAnalysisPropsMixin.TableFieldLinkContentConfigurationProperty.Builder customIconContent(IResolvable customIconContent) Sets the value ofCfnAnalysisPropsMixin.TableFieldLinkContentConfigurationProperty.getCustomIconContent()- Parameters:
customIconContent- The custom icon content for the table link content configuration.- Returns:
this
-
customIconContent
@Stability(Stable) public CfnAnalysisPropsMixin.TableFieldLinkContentConfigurationProperty.Builder customIconContent(CfnAnalysisPropsMixin.TableFieldCustomIconContentProperty customIconContent) Sets the value ofCfnAnalysisPropsMixin.TableFieldLinkContentConfigurationProperty.getCustomIconContent()- Parameters:
customIconContent- The custom icon content for the table link content configuration.- Returns:
this
-
customTextContent
@Stability(Stable) public CfnAnalysisPropsMixin.TableFieldLinkContentConfigurationProperty.Builder customTextContent(IResolvable customTextContent) Sets the value ofCfnAnalysisPropsMixin.TableFieldLinkContentConfigurationProperty.getCustomTextContent()- Parameters:
customTextContent- The custom text content (value, font configuration) for the table link content configuration.- Returns:
this
-
customTextContent
@Stability(Stable) public CfnAnalysisPropsMixin.TableFieldLinkContentConfigurationProperty.Builder customTextContent(CfnAnalysisPropsMixin.TableFieldCustomTextContentProperty customTextContent) Sets the value ofCfnAnalysisPropsMixin.TableFieldLinkContentConfigurationProperty.getCustomTextContent()- Parameters:
customTextContent- The custom text content (value, font configuration) for the table link content configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.TableFieldLinkContentConfigurationProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.TableFieldLinkContentConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-