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