Uses of Interface
software.amazon.awssdk.services.quicksight.model.SectionAfterPageBreak.Builder
-
Packages that use SectionAfterPageBreak.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SectionAfterPageBreak.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SectionAfterPageBreak.Builder Modifier and Type Method Description static SectionAfterPageBreak.BuilderSectionAfterPageBreak. builder()SectionAfterPageBreak.BuilderSectionAfterPageBreak.Builder. status(String status)The option that enables or disables a page break at the end of a section.SectionAfterPageBreak.BuilderSectionAfterPageBreak.Builder. status(SectionPageBreakStatus status)The option that enables or disables a page break at the end of a section.SectionAfterPageBreak.BuilderSectionAfterPageBreak. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SectionAfterPageBreak.Builder Modifier and Type Method Description static Class<? extends SectionAfterPageBreak.Builder>SectionAfterPageBreak. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type SectionAfterPageBreak.Builder Modifier and Type Method Description default SectionPageBreakConfiguration.BuilderSectionPageBreakConfiguration.Builder. after(Consumer<SectionAfterPageBreak.Builder> after)The configuration of a page break after a section.
-