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