Interface CfnTemplate.BodySectionRepeatPageBreakConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.BodySectionRepeatPageBreakConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.BodySectionRepeatPageBreakConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The page break configuration to apply for each repeating instance.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
BodySectionRepeatPageBreakConfigurationProperty bodySectionRepeatPageBreakConfigurationProperty = BodySectionRepeatPageBreakConfigurationProperty.builder()
.after(SectionAfterPageBreakProperty.builder()
.status("status")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnTemplate.BodySectionRepeatPageBreakConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectgetAfter()Returns union: eitherIResolvableorCfnTemplate.SectionAfterPageBreakPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAfter
Returns union: eitherIResolvableorCfnTemplate.SectionAfterPageBreakProperty- See Also:
-
builder
@Stability(Stable) static CfnTemplate.BodySectionRepeatPageBreakConfigurationProperty.Builder builder()
-