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