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