Class CfnDashboard.TableCellImageSizingConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.TableCellImageSizingConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.TableCellImageSizingConfigurationProperty>
- Enclosing interface:
CfnDashboard.TableCellImageSizingConfigurationProperty
@Stability(Stable)
public static final class CfnDashboard.TableCellImageSizingConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.TableCellImageSizingConfigurationProperty>
A builder for
CfnDashboard.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 CfnDashboard.TableCellImageSizingConfigurationProperty.Builder tableCellImageScalingConfiguration(String tableCellImageScalingConfiguration) Sets the value ofCfnDashboard.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<CfnDashboard.TableCellImageSizingConfigurationProperty>- Returns:
- a new instance of
CfnDashboard.TableCellImageSizingConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-