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