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