Class CfnAnalysisPropsMixin.SectionPageBreakConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.SectionPageBreakConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.SectionPageBreakConfigurationProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.SectionPageBreakConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.SectionPageBreakConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.SectionPageBreakConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnAnalysisPropsMixin.SectionPageBreakConfigurationProperty.getAfter()after(IResolvable after) Sets the value ofCfnAnalysisPropsMixin.SectionPageBreakConfigurationProperty.getAfter()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
after
@Stability(Stable) public CfnAnalysisPropsMixin.SectionPageBreakConfigurationProperty.Builder after(IResolvable after) Sets the value ofCfnAnalysisPropsMixin.SectionPageBreakConfigurationProperty.getAfter()- Parameters:
after- The configuration of a page break after a section.- Returns:
this
-
after
@Stability(Stable) public CfnAnalysisPropsMixin.SectionPageBreakConfigurationProperty.Builder after(CfnAnalysisPropsMixin.SectionAfterPageBreakProperty after) Sets the value ofCfnAnalysisPropsMixin.SectionPageBreakConfigurationProperty.getAfter()- Parameters:
after- The configuration of a page break after a section.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.SectionPageBreakConfigurationProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.SectionPageBreakConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-