public static interface FreeFormSectionLayoutConfiguration.Builder extends SdkPojo, CopyableBuilder<FreeFormSectionLayoutConfiguration.Builder,FreeFormSectionLayoutConfiguration>
Modifier and Type | Method and Description |
---|---|
FreeFormSectionLayoutConfiguration.Builder |
elements(Collection<FreeFormLayoutElement> elements)
The elements that are included in the free-form layout.
|
FreeFormSectionLayoutConfiguration.Builder |
elements(Consumer<FreeFormLayoutElement.Builder>... elements)
The elements that are included in the free-form layout.
|
FreeFormSectionLayoutConfiguration.Builder |
elements(FreeFormLayoutElement... elements)
The elements that are included in the free-form layout.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
FreeFormSectionLayoutConfiguration.Builder elements(Collection<FreeFormLayoutElement> elements)
The elements that are included in the free-form layout.
elements
- The elements that are included in the free-form layout.FreeFormSectionLayoutConfiguration.Builder elements(FreeFormLayoutElement... elements)
The elements that are included in the free-form layout.
elements
- The elements that are included in the free-form layout.FreeFormSectionLayoutConfiguration.Builder elements(Consumer<FreeFormLayoutElement.Builder>... elements)
The elements that are included in the free-form layout.
This is a convenience method that creates an instance of theFreeFormLayoutElement.Builder
avoiding the need to
create one manually via
FreeFormLayoutElement.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called
immediately and its result is passed to #elements(List
.
elements
- a consumer that will call methods on
FreeFormLayoutElement.Builder
#elements(java.util.Collection)
Copyright © 2023. All rights reserved.