Class CfnAnalysis.TableCellImageSizingConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.TableCellImageSizingConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.TableCellImageSizingConfigurationProperty>
- Enclosing interface:
CfnAnalysis.TableCellImageSizingConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysis.TableCellImageSizingConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.TableCellImageSizingConfigurationProperty>
A builder for
CfnAnalysis.TableCellImageSizingConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.tableCellImageScalingConfiguration
(String tableCellImageScalingConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tableCellImageScalingConfiguration
@Stability(Stable) public CfnAnalysis.TableCellImageSizingConfigurationProperty.Builder tableCellImageScalingConfiguration(String tableCellImageScalingConfiguration) Sets the value ofCfnAnalysis.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:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.TableCellImageSizingConfigurationProperty>
- Returns:
- a new instance of
CfnAnalysis.TableCellImageSizingConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-