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