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