Class CfnTemplatePropsMixin.FreeFormLayoutCanvasSizeOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.FreeFormLayoutCanvasSizeOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.FreeFormLayoutCanvasSizeOptionsProperty>
- Enclosing interface:
CfnTemplatePropsMixin.FreeFormLayoutCanvasSizeOptionsProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.FreeFormLayoutCanvasSizeOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.FreeFormLayoutCanvasSizeOptionsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.screenCanvasSizeOptions(CfnTemplatePropsMixin.FreeFormLayoutScreenCanvasSizeOptionsProperty screenCanvasSizeOptions) screenCanvasSizeOptions(IResolvable screenCanvasSizeOptions)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
screenCanvasSizeOptions
@Stability(Stable) public CfnTemplatePropsMixin.FreeFormLayoutCanvasSizeOptionsProperty.Builder screenCanvasSizeOptions(IResolvable screenCanvasSizeOptions) Sets the value ofCfnTemplatePropsMixin.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 CfnTemplatePropsMixin.FreeFormLayoutCanvasSizeOptionsProperty.Builder screenCanvasSizeOptions(CfnTemplatePropsMixin.FreeFormLayoutScreenCanvasSizeOptionsProperty screenCanvasSizeOptions) Sets the value ofCfnTemplatePropsMixin.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<CfnTemplatePropsMixin.FreeFormLayoutCanvasSizeOptionsProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.FreeFormLayoutCanvasSizeOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-