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