Class CfnAnalysisPropsMixin.FreeFormLayoutCanvasSizeOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.FreeFormLayoutCanvasSizeOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.FreeFormLayoutCanvasSizeOptionsProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.FreeFormLayoutCanvasSizeOptionsProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.FreeFormLayoutCanvasSizeOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.FreeFormLayoutCanvasSizeOptionsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.screenCanvasSizeOptions(CfnAnalysisPropsMixin.FreeFormLayoutScreenCanvasSizeOptionsProperty screenCanvasSizeOptions) screenCanvasSizeOptions(IResolvable screenCanvasSizeOptions)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
screenCanvasSizeOptions
@Stability(Stable) public CfnAnalysisPropsMixin.FreeFormLayoutCanvasSizeOptionsProperty.Builder screenCanvasSizeOptions(IResolvable screenCanvasSizeOptions) Sets the value ofCfnAnalysisPropsMixin.FreeFormLayoutCanvasSizeOptionsProperty.getScreenCanvasSizeOptions()- Parameters:
screenCanvasSizeOptions- The options that determine the sizing of the canvas used in a free-form layout.- Returns:
this
-
screenCanvasSizeOptions
@Stability(Stable) public CfnAnalysisPropsMixin.FreeFormLayoutCanvasSizeOptionsProperty.Builder screenCanvasSizeOptions(CfnAnalysisPropsMixin.FreeFormLayoutScreenCanvasSizeOptionsProperty screenCanvasSizeOptions) Sets the value ofCfnAnalysisPropsMixin.FreeFormLayoutCanvasSizeOptionsProperty.getScreenCanvasSizeOptions()- Parameters:
screenCanvasSizeOptions- The options that determine the sizing of the canvas used in a free-form layout.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.FreeFormLayoutCanvasSizeOptionsProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.FreeFormLayoutCanvasSizeOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-