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