Uses of Interface
software.amazon.awssdk.services.quicksight.model.BodySectionRepeatPageBreakConfiguration.Builder
-
Packages that use BodySectionRepeatPageBreakConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of BodySectionRepeatPageBreakConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return BodySectionRepeatPageBreakConfiguration.Builder Modifier and Type Method Description default BodySectionRepeatPageBreakConfiguration.BuilderBodySectionRepeatPageBreakConfiguration.Builder. after(Consumer<SectionAfterPageBreak.Builder> after)Sets the value of the After property for this object.BodySectionRepeatPageBreakConfiguration.BuilderBodySectionRepeatPageBreakConfiguration.Builder. after(SectionAfterPageBreak after)Sets the value of the After property for this object.static BodySectionRepeatPageBreakConfiguration.BuilderBodySectionRepeatPageBreakConfiguration. builder()BodySectionRepeatPageBreakConfiguration.BuilderBodySectionRepeatPageBreakConfiguration. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type BodySectionRepeatPageBreakConfiguration.Builder Modifier and Type Method Description static Class<? extends BodySectionRepeatPageBreakConfiguration.Builder>BodySectionRepeatPageBreakConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type BodySectionRepeatPageBreakConfiguration.Builder Modifier and Type Method Description default BodySectionRepeatConfiguration.BuilderBodySectionRepeatConfiguration.Builder. pageBreakConfiguration(Consumer<BodySectionRepeatPageBreakConfiguration.Builder> pageBreakConfiguration)Page break configuration to apply for each repeating instance.
-