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