Interface BodySectionRepeatPageBreakConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BodySectionRepeatPageBreakConfiguration.Builder,,BodySectionRepeatPageBreakConfiguration> SdkBuilder<BodySectionRepeatPageBreakConfiguration.Builder,,BodySectionRepeatPageBreakConfiguration> SdkPojo
- Enclosing class:
 BodySectionRepeatPageBreakConfiguration
public static interface BodySectionRepeatPageBreakConfiguration.Builder
extends SdkPojo, CopyableBuilder<BodySectionRepeatPageBreakConfiguration.Builder,BodySectionRepeatPageBreakConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionSets the value of the After property for this object.after(SectionAfterPageBreak after) Sets the value of the After property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
after
Sets the value of the After property for this object.- Parameters:
 after- The new value for the After property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
after
default BodySectionRepeatPageBreakConfiguration.Builder after(Consumer<SectionAfterPageBreak.Builder> after) Sets the value of the After property for this object. This is a convenience method that creates an instance of theSectionAfterPageBreak.Builderavoiding the need to create one manually viaSectionAfterPageBreak.builder().When the
Consumercompletes,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:
 
 
 -