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