Class CfnTemplate.BodySectionContentProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.BodySectionContentProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.BodySectionContentProperty>
- Enclosing interface:
CfnTemplate.BodySectionContentProperty
@Stability(Stable)
public static final class CfnTemplate.BodySectionContentProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.BodySectionContentProperty>
A builder for
CfnTemplate.BodySectionContentProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.layout
(IResolvable layout) Sets the value ofCfnTemplate.BodySectionContentProperty.getLayout()
Sets the value ofCfnTemplate.BodySectionContentProperty.getLayout()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
layout
Sets the value ofCfnTemplate.BodySectionContentProperty.getLayout()
- Parameters:
layout
- The layout configuration of a body section.- Returns:
this
-
layout
@Stability(Stable) public CfnTemplate.BodySectionContentProperty.Builder layout(CfnTemplate.SectionLayoutConfigurationProperty layout) Sets the value ofCfnTemplate.BodySectionContentProperty.getLayout()
- Parameters:
layout
- The layout configuration of a body section.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTemplate.BodySectionContentProperty>
- Returns:
- a new instance of
CfnTemplate.BodySectionContentProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-