Class CfnTemplatePropsMixin.SectionLayoutConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.SectionLayoutConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.SectionLayoutConfigurationProperty>
- Enclosing interface:
CfnTemplatePropsMixin.SectionLayoutConfigurationProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.SectionLayoutConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.SectionLayoutConfigurationProperty>
A builder for
CfnTemplatePropsMixin.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 CfnTemplatePropsMixin.SectionLayoutConfigurationProperty.Builder freeFormLayout(IResolvable freeFormLayout) - Parameters:
freeFormLayout- The free-form layout configuration of a section.- Returns:
this
-
freeFormLayout
@Stability(Stable) public CfnTemplatePropsMixin.SectionLayoutConfigurationProperty.Builder freeFormLayout(CfnTemplatePropsMixin.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<CfnTemplatePropsMixin.SectionLayoutConfigurationProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.SectionLayoutConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-