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