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