Class CfnDashboard.SectionBasedLayoutConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.SectionBasedLayoutConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.SectionBasedLayoutConfigurationProperty>
- Enclosing interface:
CfnDashboard.SectionBasedLayoutConfigurationProperty
@Stability(Stable)
public static final class CfnDashboard.SectionBasedLayoutConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.SectionBasedLayoutConfigurationProperty>
A builder for
CfnDashboard.SectionBasedLayoutConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbodySections(List<? extends Object> bodySections) Sets the value ofCfnDashboard.SectionBasedLayoutConfigurationProperty.getBodySections()bodySections(IResolvable bodySections) Sets the value ofCfnDashboard.SectionBasedLayoutConfigurationProperty.getBodySections()build()Builds the configured instance.canvasSizeOptions(IResolvable canvasSizeOptions) canvasSizeOptions(CfnDashboard.SectionBasedLayoutCanvasSizeOptionsProperty canvasSizeOptions) footerSections(List<? extends Object> footerSections) Sets the value ofCfnDashboard.SectionBasedLayoutConfigurationProperty.getFooterSections()footerSections(IResolvable footerSections) Sets the value ofCfnDashboard.SectionBasedLayoutConfigurationProperty.getFooterSections()headerSections(List<? extends Object> headerSections) Sets the value ofCfnDashboard.SectionBasedLayoutConfigurationProperty.getHeaderSections()headerSections(IResolvable headerSections) Sets the value ofCfnDashboard.SectionBasedLayoutConfigurationProperty.getHeaderSections()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bodySections
@Stability(Stable) public CfnDashboard.SectionBasedLayoutConfigurationProperty.Builder bodySections(IResolvable bodySections) Sets the value ofCfnDashboard.SectionBasedLayoutConfigurationProperty.getBodySections()- Parameters:
bodySections- A list of body section configurations. This parameter is required.- Returns:
this
-
bodySections
@Stability(Stable) public CfnDashboard.SectionBasedLayoutConfigurationProperty.Builder bodySections(List<? extends Object> bodySections) Sets the value ofCfnDashboard.SectionBasedLayoutConfigurationProperty.getBodySections()- Parameters:
bodySections- A list of body section configurations. This parameter is required.- Returns:
this
-
canvasSizeOptions
@Stability(Stable) public CfnDashboard.SectionBasedLayoutConfigurationProperty.Builder canvasSizeOptions(IResolvable canvasSizeOptions) - Parameters:
canvasSizeOptions- The options for the canvas of a section-based layout. This parameter is required.- Returns:
this
-
canvasSizeOptions
@Stability(Stable) public CfnDashboard.SectionBasedLayoutConfigurationProperty.Builder canvasSizeOptions(CfnDashboard.SectionBasedLayoutCanvasSizeOptionsProperty canvasSizeOptions) - Parameters:
canvasSizeOptions- The options for the canvas of a section-based layout. This parameter is required.- Returns:
this
-
headerSections
@Stability(Stable) public CfnDashboard.SectionBasedLayoutConfigurationProperty.Builder headerSections(IResolvable headerSections) Sets the value ofCfnDashboard.SectionBasedLayoutConfigurationProperty.getHeaderSections()- Parameters:
headerSections- A list of header section configurations. This parameter is required.- Returns:
this
-
headerSections
@Stability(Stable) public CfnDashboard.SectionBasedLayoutConfigurationProperty.Builder headerSections(List<? extends Object> headerSections) Sets the value ofCfnDashboard.SectionBasedLayoutConfigurationProperty.getHeaderSections()- Parameters:
headerSections- A list of header section configurations. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.SectionBasedLayoutConfigurationProperty>- Returns:
- a new instance of
CfnDashboard.SectionBasedLayoutConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-