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