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