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