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