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