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