Class CfnAnalysis.SheetControlLayoutProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.SheetControlLayoutProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.SheetControlLayoutProperty>
- Enclosing interface:
CfnAnalysis.SheetControlLayoutProperty
@Stability(Stable)
public static final class CfnAnalysis.SheetControlLayoutProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.SheetControlLayoutProperty>
A builder for
CfnAnalysis.SheetControlLayoutProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.configuration
(IResolvable configuration) Sets the value ofCfnAnalysis.SheetControlLayoutProperty.getConfiguration()
configuration
(CfnAnalysis.SheetControlLayoutConfigurationProperty configuration) Sets the value ofCfnAnalysis.SheetControlLayoutProperty.getConfiguration()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
configuration
@Stability(Stable) public CfnAnalysis.SheetControlLayoutProperty.Builder configuration(IResolvable configuration) Sets the value ofCfnAnalysis.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 CfnAnalysis.SheetControlLayoutProperty.Builder configuration(CfnAnalysis.SheetControlLayoutConfigurationProperty configuration) Sets the value ofCfnAnalysis.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:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.SheetControlLayoutProperty>
- Returns:
- a new instance of
CfnAnalysis.SheetControlLayoutProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-