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