public static interface BodySectionConfiguration.Builder extends SdkPojo, CopyableBuilder<BodySectionConfiguration.Builder,BodySectionConfiguration>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBodySectionConfiguration.Builder sectionId(String sectionId)
The unique identifier of a body section.
sectionId - The unique identifier of a body section.BodySectionConfiguration.Builder content(BodySectionContent content)
The configuration of content in a body section.
content - The configuration of content in a body section.default BodySectionConfiguration.Builder content(Consumer<BodySectionContent.Builder> content)
The configuration of content in a body section.
This is a convenience method that creates an instance of theBodySectionContent.Builder avoiding the
need to create one manually via BodySectionContent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to content(BodySectionContent).
content - a consumer that will call methods on BodySectionContent.Buildercontent(BodySectionContent)BodySectionConfiguration.Builder style(SectionStyle style)
The style options of a body section.
style - The style options of a body section.default BodySectionConfiguration.Builder style(Consumer<SectionStyle.Builder> style)
The style options of a body section.
This is a convenience method that creates an instance of theSectionStyle.Builder avoiding the need
to create one manually via SectionStyle.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to style(SectionStyle).
style - a consumer that will call methods on SectionStyle.Builderstyle(SectionStyle)BodySectionConfiguration.Builder pageBreakConfiguration(SectionPageBreakConfiguration pageBreakConfiguration)
The configuration of a page break for a section.
pageBreakConfiguration - The configuration of a page break for a section.default BodySectionConfiguration.Builder pageBreakConfiguration(Consumer<SectionPageBreakConfiguration.Builder> pageBreakConfiguration)
The configuration of a page break for a section.
This is a convenience method that creates an instance of theSectionPageBreakConfiguration.Builder
avoiding the need to create one manually via SectionPageBreakConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to pageBreakConfiguration(SectionPageBreakConfiguration).
pageBreakConfiguration - a consumer that will call methods on SectionPageBreakConfiguration.BuilderpageBreakConfiguration(SectionPageBreakConfiguration)Copyright © 2023. All rights reserved.