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