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