Class CfnTemplate.SheetImageScalingConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.SheetImageScalingConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.SheetImageScalingConfigurationProperty>
- Enclosing interface:
CfnTemplate.SheetImageScalingConfigurationProperty
@Stability(Stable)
public static final class CfnTemplate.SheetImageScalingConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.SheetImageScalingConfigurationProperty>
A builder for
CfnTemplate.SheetImageScalingConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.scalingType(String scalingType) Sets the value ofCfnTemplate.SheetImageScalingConfigurationProperty.getScalingType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
scalingType
@Stability(Stable) public CfnTemplate.SheetImageScalingConfigurationProperty.Builder scalingType(String scalingType) Sets the value ofCfnTemplate.SheetImageScalingConfigurationProperty.getScalingType()- Parameters:
scalingType- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplate.SheetImageScalingConfigurationProperty>- Returns:
- a new instance of
CfnTemplate.SheetImageScalingConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-