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