Interface SectionAfterPageBreak.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SectionAfterPageBreak.Builder,
,SectionAfterPageBreak> SdkBuilder<SectionAfterPageBreak.Builder,
,SectionAfterPageBreak> SdkPojo
- Enclosing class:
SectionAfterPageBreak
public static interface SectionAfterPageBreak.Builder
extends SdkPojo, CopyableBuilder<SectionAfterPageBreak.Builder,SectionAfterPageBreak>
-
Method Summary
Modifier and TypeMethodDescriptionThe option that enables or disables a page break at the end of a section.status
(SectionPageBreakStatus status) The option that enables or disables a page break at the end of a section.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
status
The option that enables or disables a page break at the end of a section.
- Parameters:
status
- The option that enables or disables a page break at the end of a section.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The option that enables or disables a page break at the end of a section.
- Parameters:
status
- The option that enables or disables a page break at the end of a section.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-