public static interface BodySectionContent.Builder extends SdkPojo, CopyableBuilder<BodySectionContent.Builder,BodySectionContent>
| Modifier and Type | Method and Description |
|---|---|
default BodySectionContent.Builder |
layout(Consumer<SectionLayoutConfiguration.Builder> layout)
The layout configuration of a body section.
|
BodySectionContent.Builder |
layout(SectionLayoutConfiguration layout)
The layout configuration of a body section.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBodySectionContent.Builder layout(SectionLayoutConfiguration layout)
The layout configuration of a body section.
layout - The layout configuration of a body section.default BodySectionContent.Builder layout(Consumer<SectionLayoutConfiguration.Builder> layout)
The layout configuration of a body section.
This is a convenience method that creates an instance of theSectionLayoutConfiguration.Builder
avoiding the need to create one manually via SectionLayoutConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to layout(SectionLayoutConfiguration).
layout - a consumer that will call methods on SectionLayoutConfiguration.Builderlayout(SectionLayoutConfiguration)Copyright © 2023. All rights reserved.