Class CfnDashboard.TableFieldURLConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.TableFieldURLConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.TableFieldURLConfigurationProperty>
- Enclosing interface:
CfnDashboard.TableFieldURLConfigurationProperty
@Stability(Stable)
public static final class CfnDashboard.TableFieldURLConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.TableFieldURLConfigurationProperty>
A builder for
CfnDashboard.TableFieldURLConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.imageConfiguration(IResolvable imageConfiguration) Sets the value ofCfnDashboard.TableFieldURLConfigurationProperty.getImageConfiguration()imageConfiguration(CfnDashboard.TableFieldImageConfigurationProperty imageConfiguration) Sets the value ofCfnDashboard.TableFieldURLConfigurationProperty.getImageConfiguration()linkConfiguration(IResolvable linkConfiguration) Sets the value ofCfnDashboard.TableFieldURLConfigurationProperty.getLinkConfiguration()linkConfiguration(CfnDashboard.TableFieldLinkConfigurationProperty linkConfiguration) Sets the value ofCfnDashboard.TableFieldURLConfigurationProperty.getLinkConfiguration()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
imageConfiguration
@Stability(Stable) public CfnDashboard.TableFieldURLConfigurationProperty.Builder imageConfiguration(IResolvable imageConfiguration) Sets the value ofCfnDashboard.TableFieldURLConfigurationProperty.getImageConfiguration()- Parameters:
imageConfiguration- The image configuration of a table field URL.- Returns:
this
-
imageConfiguration
@Stability(Stable) public CfnDashboard.TableFieldURLConfigurationProperty.Builder imageConfiguration(CfnDashboard.TableFieldImageConfigurationProperty imageConfiguration) Sets the value ofCfnDashboard.TableFieldURLConfigurationProperty.getImageConfiguration()- Parameters:
imageConfiguration- The image configuration of a table field URL.- Returns:
this
-
linkConfiguration
@Stability(Stable) public CfnDashboard.TableFieldURLConfigurationProperty.Builder linkConfiguration(IResolvable linkConfiguration) Sets the value ofCfnDashboard.TableFieldURLConfigurationProperty.getLinkConfiguration()- Parameters:
linkConfiguration- The link configuration of a table field URL.- Returns:
this
-
linkConfiguration
@Stability(Stable) public CfnDashboard.TableFieldURLConfigurationProperty.Builder linkConfiguration(CfnDashboard.TableFieldLinkConfigurationProperty linkConfiguration) Sets the value ofCfnDashboard.TableFieldURLConfigurationProperty.getLinkConfiguration()- Parameters:
linkConfiguration- The link configuration of a table field URL.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.TableFieldURLConfigurationProperty>- Returns:
- a new instance of
CfnDashboard.TableFieldURLConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-