Class CfnTemplatePropsMixin.TableCellImageSizingConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.TableCellImageSizingConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.TableCellImageSizingConfigurationProperty>
- Enclosing interface:
CfnTemplatePropsMixin.TableCellImageSizingConfigurationProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.TableCellImageSizingConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.TableCellImageSizingConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.tableCellImageScalingConfiguration(String tableCellImageScalingConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tableCellImageScalingConfiguration
@Stability(Stable) public CfnTemplatePropsMixin.TableCellImageSizingConfigurationProperty.Builder tableCellImageScalingConfiguration(String tableCellImageScalingConfiguration) Sets the value ofCfnTemplatePropsMixin.TableCellImageSizingConfigurationProperty.getTableCellImageScalingConfiguration()- Parameters:
tableCellImageScalingConfiguration- The cell scaling configuration of the sizing options for the table image configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.TableCellImageSizingConfigurationProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.TableCellImageSizingConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-