Class CfnDashboardPropsMixin.TableFieldLinkConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.TableFieldLinkConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.TableFieldLinkConfigurationProperty>
- Enclosing interface:
CfnDashboardPropsMixin.TableFieldLinkConfigurationProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.TableFieldLinkConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.TableFieldLinkConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDashboardPropsMixin.TableFieldLinkConfigurationProperty.getContent()content(IResolvable content) Sets the value ofCfnDashboardPropsMixin.TableFieldLinkConfigurationProperty.getContent()Sets the value ofCfnDashboardPropsMixin.TableFieldLinkConfigurationProperty.getTarget()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
content
@Stability(Stable) public CfnDashboardPropsMixin.TableFieldLinkConfigurationProperty.Builder content(IResolvable content) Sets the value ofCfnDashboardPropsMixin.TableFieldLinkConfigurationProperty.getContent()- Parameters:
content- The URL content (text, icon) for the table link configuration.- Returns:
this
-
content
@Stability(Stable) public CfnDashboardPropsMixin.TableFieldLinkConfigurationProperty.Builder content(CfnDashboardPropsMixin.TableFieldLinkContentConfigurationProperty content) Sets the value ofCfnDashboardPropsMixin.TableFieldLinkConfigurationProperty.getContent()- Parameters:
content- The URL content (text, icon) for the table link configuration.- Returns:
this
-
target
@Stability(Stable) public CfnDashboardPropsMixin.TableFieldLinkConfigurationProperty.Builder target(String target) Sets the value ofCfnDashboardPropsMixin.TableFieldLinkConfigurationProperty.getTarget()- Parameters:
target- The URL target (new tab, new window, same tab) for the table link configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.TableFieldLinkConfigurationProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.TableFieldLinkConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-