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