Class CfnTemplate.TableFieldImageConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.TableFieldImageConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.TableFieldImageConfigurationProperty>
- Enclosing interface:
- CfnTemplate.TableFieldImageConfigurationProperty
@Stability(Stable)
public static final class CfnTemplate.TableFieldImageConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.TableFieldImageConfigurationProperty>
A builder for
CfnTemplate.TableFieldImageConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.sizingOptions
(IResolvable sizingOptions) Sets the value ofCfnTemplate.TableFieldImageConfigurationProperty.getSizingOptions()
Sets the value ofCfnTemplate.TableFieldImageConfigurationProperty.getSizingOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sizingOptions
@Stability(Stable) public CfnTemplate.TableFieldImageConfigurationProperty.Builder sizingOptions(IResolvable sizingOptions) Sets the value ofCfnTemplate.TableFieldImageConfigurationProperty.getSizingOptions()
- Parameters:
sizingOptions
- The sizing options for the table image configuration.- Returns:
this
-
sizingOptions
@Stability(Stable) public CfnTemplate.TableFieldImageConfigurationProperty.Builder sizingOptions(CfnTemplate.TableCellImageSizingConfigurationProperty sizingOptions) Sets the value ofCfnTemplate.TableFieldImageConfigurationProperty.getSizingOptions()
- Parameters:
sizingOptions
- The sizing options for the table image configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTemplate.TableFieldImageConfigurationProperty>
- Returns:
- a new instance of
CfnTemplate.TableFieldImageConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-