Class CfnDashboard.SectionPageBreakConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.SectionPageBreakConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.SectionPageBreakConfigurationProperty>
- Enclosing interface:
CfnDashboard.SectionPageBreakConfigurationProperty
@Stability(Stable)
public static final class CfnDashboard.SectionPageBreakConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.SectionPageBreakConfigurationProperty>
A builder for
CfnDashboard.SectionPageBreakConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionafter(IResolvable after) Sets the value ofCfnDashboard.SectionPageBreakConfigurationProperty.getAfter()Sets the value ofCfnDashboard.SectionPageBreakConfigurationProperty.getAfter()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
after
@Stability(Stable) public CfnDashboard.SectionPageBreakConfigurationProperty.Builder after(IResolvable after) Sets the value ofCfnDashboard.SectionPageBreakConfigurationProperty.getAfter()- Parameters:
after- The configuration of a page break after a section.- Returns:
this
-
after
@Stability(Stable) public CfnDashboard.SectionPageBreakConfigurationProperty.Builder after(CfnDashboard.SectionAfterPageBreakProperty after) Sets the value ofCfnDashboard.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<CfnDashboard.SectionPageBreakConfigurationProperty>- Returns:
- a new instance of
CfnDashboard.SectionPageBreakConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-