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