Class CfnDashboardPropsMixin.BodySectionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.BodySectionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.BodySectionConfigurationProperty>
- Enclosing interface:
CfnDashboardPropsMixin.BodySectionConfigurationProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.BodySectionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.BodySectionConfigurationProperty>
A builder for
CfnDashboardPropsMixin.BodySectionConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDashboardPropsMixin.BodySectionConfigurationProperty.getContent()content(IResolvable content) Sets the value ofCfnDashboardPropsMixin.BodySectionConfigurationProperty.getContent()pageBreakConfiguration(CfnDashboardPropsMixin.SectionPageBreakConfigurationProperty pageBreakConfiguration) pageBreakConfiguration(IResolvable pageBreakConfiguration) repeatConfiguration(CfnDashboardPropsMixin.BodySectionRepeatConfigurationProperty repeatConfiguration) repeatConfiguration(IResolvable repeatConfiguration) Sets the value ofCfnDashboardPropsMixin.BodySectionConfigurationProperty.getSectionId()Sets the value ofCfnDashboardPropsMixin.BodySectionConfigurationProperty.getStyle()style(IResolvable style) Sets the value ofCfnDashboardPropsMixin.BodySectionConfigurationProperty.getStyle()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
content
@Stability(Stable) public CfnDashboardPropsMixin.BodySectionConfigurationProperty.Builder content(IResolvable content) Sets the value ofCfnDashboardPropsMixin.BodySectionConfigurationProperty.getContent()- Parameters:
content- The configuration of content in a body section.- Returns:
this
-
content
@Stability(Stable) public CfnDashboardPropsMixin.BodySectionConfigurationProperty.Builder content(CfnDashboardPropsMixin.BodySectionContentProperty content) Sets the value ofCfnDashboardPropsMixin.BodySectionConfigurationProperty.getContent()- Parameters:
content- The configuration of content in a body section.- Returns:
this
-
pageBreakConfiguration
@Stability(Stable) public CfnDashboardPropsMixin.BodySectionConfigurationProperty.Builder pageBreakConfiguration(IResolvable pageBreakConfiguration) Sets the value ofCfnDashboardPropsMixin.BodySectionConfigurationProperty.getPageBreakConfiguration()- Parameters:
pageBreakConfiguration- The configuration of a page break for a section.- Returns:
this
-
pageBreakConfiguration
@Stability(Stable) public CfnDashboardPropsMixin.BodySectionConfigurationProperty.Builder pageBreakConfiguration(CfnDashboardPropsMixin.SectionPageBreakConfigurationProperty pageBreakConfiguration) Sets the value ofCfnDashboardPropsMixin.BodySectionConfigurationProperty.getPageBreakConfiguration()- Parameters:
pageBreakConfiguration- The configuration of a page break for a section.- Returns:
this
-
repeatConfiguration
@Stability(Stable) public CfnDashboardPropsMixin.BodySectionConfigurationProperty.Builder repeatConfiguration(IResolvable repeatConfiguration) - Parameters:
repeatConfiguration- Describes the configurations that are required to declare a section as repeating.- Returns:
this
-
repeatConfiguration
@Stability(Stable) public CfnDashboardPropsMixin.BodySectionConfigurationProperty.Builder repeatConfiguration(CfnDashboardPropsMixin.BodySectionRepeatConfigurationProperty repeatConfiguration) - Parameters:
repeatConfiguration- Describes the configurations that are required to declare a section as repeating.- Returns:
this
-
sectionId
@Stability(Stable) public CfnDashboardPropsMixin.BodySectionConfigurationProperty.Builder sectionId(String sectionId) Sets the value ofCfnDashboardPropsMixin.BodySectionConfigurationProperty.getSectionId()- Parameters:
sectionId- The unique identifier of a body section.- Returns:
this
-
style
@Stability(Stable) public CfnDashboardPropsMixin.BodySectionConfigurationProperty.Builder style(IResolvable style) Sets the value ofCfnDashboardPropsMixin.BodySectionConfigurationProperty.getStyle()- Parameters:
style- The style options of a body section.- Returns:
this
-
style
@Stability(Stable) public CfnDashboardPropsMixin.BodySectionConfigurationProperty.Builder style(CfnDashboardPropsMixin.SectionStyleProperty style) Sets the value ofCfnDashboardPropsMixin.BodySectionConfigurationProperty.getStyle()- Parameters:
style- The style options of a body section.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.BodySectionConfigurationProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.BodySectionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-