Interface BodySectionRepeatPageBreakConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BodySectionRepeatPageBreakConfiguration.Builder,BodySectionRepeatPageBreakConfiguration>,SdkBuilder<BodySectionRepeatPageBreakConfiguration.Builder,BodySectionRepeatPageBreakConfiguration>,SdkPojo
- Enclosing class:
- BodySectionRepeatPageBreakConfiguration
@Mutable @NotThreadSafe public static interface BodySectionRepeatPageBreakConfiguration.Builder extends SdkPojo, CopyableBuilder<BodySectionRepeatPageBreakConfiguration.Builder,BodySectionRepeatPageBreakConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default BodySectionRepeatPageBreakConfiguration.Builderafter(Consumer<SectionAfterPageBreak.Builder> after)Sets the value of the After property for this object.BodySectionRepeatPageBreakConfiguration.Builderafter(SectionAfterPageBreak after)Sets the value of the After property for this object.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
after
BodySectionRepeatPageBreakConfiguration.Builder after(SectionAfterPageBreak 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:
after(SectionAfterPageBreak)
-
-