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