Class CfnAnalysis.SheetControlLayoutConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.SheetControlLayoutConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.SheetControlLayoutConfigurationProperty>
- Enclosing interface:
CfnAnalysis.SheetControlLayoutConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysis.SheetControlLayoutConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.SheetControlLayoutConfigurationProperty>
A builder for
CfnAnalysis.SheetControlLayoutConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.gridLayout
(IResolvable gridLayout) Sets the value ofCfnAnalysis.SheetControlLayoutConfigurationProperty.getGridLayout()
Sets the value ofCfnAnalysis.SheetControlLayoutConfigurationProperty.getGridLayout()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
gridLayout
@Stability(Stable) public CfnAnalysis.SheetControlLayoutConfigurationProperty.Builder gridLayout(IResolvable gridLayout) Sets the value ofCfnAnalysis.SheetControlLayoutConfigurationProperty.getGridLayout()
- Parameters:
gridLayout
- The configuration that determines the elements and canvas size options of sheet control.- Returns:
this
-
gridLayout
@Stability(Stable) public CfnAnalysis.SheetControlLayoutConfigurationProperty.Builder gridLayout(CfnAnalysis.GridLayoutConfigurationProperty gridLayout) Sets the value ofCfnAnalysis.SheetControlLayoutConfigurationProperty.getGridLayout()
- Parameters:
gridLayout
- The configuration that determines the elements and canvas size options of sheet control.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.SheetControlLayoutConfigurationProperty>
- Returns:
- a new instance of
CfnAnalysis.SheetControlLayoutConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-