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