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