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