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