Class CfnDashboard.FreeFormLayoutConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.FreeFormLayoutConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.FreeFormLayoutConfigurationProperty>
- Enclosing interface:
CfnDashboard.FreeFormLayoutConfigurationProperty
@Stability(Stable)
public static final class CfnDashboard.FreeFormLayoutConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.FreeFormLayoutConfigurationProperty>
A builder for
CfnDashboard.FreeFormLayoutConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.canvasSizeOptions
(IResolvable canvasSizeOptions) Sets the value ofCfnDashboard.FreeFormLayoutConfigurationProperty.getCanvasSizeOptions()
canvasSizeOptions
(CfnDashboard.FreeFormLayoutCanvasSizeOptionsProperty canvasSizeOptions) Sets the value ofCfnDashboard.FreeFormLayoutConfigurationProperty.getCanvasSizeOptions()
Sets the value ofCfnDashboard.FreeFormLayoutConfigurationProperty.getElements()
elements
(IResolvable elements) Sets the value ofCfnDashboard.FreeFormLayoutConfigurationProperty.getElements()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
elements
@Stability(Stable) public CfnDashboard.FreeFormLayoutConfigurationProperty.Builder elements(IResolvable elements) Sets the value ofCfnDashboard.FreeFormLayoutConfigurationProperty.getElements()
- Parameters:
elements
- The elements that are included in a free-form layout. This parameter is required.- Returns:
this
-
elements
@Stability(Stable) public CfnDashboard.FreeFormLayoutConfigurationProperty.Builder elements(List<? extends Object> elements) Sets the value ofCfnDashboard.FreeFormLayoutConfigurationProperty.getElements()
- Parameters:
elements
- The elements that are included in a free-form layout. This parameter is required.- Returns:
this
-
canvasSizeOptions
@Stability(Stable) public CfnDashboard.FreeFormLayoutConfigurationProperty.Builder canvasSizeOptions(IResolvable canvasSizeOptions) Sets the value ofCfnDashboard.FreeFormLayoutConfigurationProperty.getCanvasSizeOptions()
- Parameters:
canvasSizeOptions
-CfnDashboard.FreeFormLayoutConfigurationProperty.CanvasSizeOptions
.- Returns:
this
-
canvasSizeOptions
@Stability(Stable) public CfnDashboard.FreeFormLayoutConfigurationProperty.Builder canvasSizeOptions(CfnDashboard.FreeFormLayoutCanvasSizeOptionsProperty canvasSizeOptions) Sets the value ofCfnDashboard.FreeFormLayoutConfigurationProperty.getCanvasSizeOptions()
- Parameters:
canvasSizeOptions
-CfnDashboard.FreeFormLayoutConfigurationProperty.CanvasSizeOptions
.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.FreeFormLayoutConfigurationProperty>
- Returns:
- a new instance of
CfnDashboard.FreeFormLayoutConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-