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