Interface SectionPageBreakConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SectionPageBreakConfiguration.Builder,
,SectionPageBreakConfiguration> SdkBuilder<SectionPageBreakConfiguration.Builder,
,SectionPageBreakConfiguration> SdkPojo
- Enclosing class:
SectionPageBreakConfiguration
public static interface SectionPageBreakConfiguration.Builder
extends SdkPojo, CopyableBuilder<SectionPageBreakConfiguration.Builder,SectionPageBreakConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe configuration of a page break after a section.after
(SectionAfterPageBreak after) The configuration of a page break after 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
-
after
The configuration of a page break after a section.
- Parameters:
after
- The configuration of a page break after a section.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
after
The configuration of a page break after a section.
This is a convenience method that creates an instance of theSectionAfterPageBreak.Builder
avoiding the need to create one manually viaSectionAfterPageBreak.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toafter(SectionAfterPageBreak)
.- Parameters:
after
- a consumer that will call methods onSectionAfterPageBreak.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-