| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static FreeFormSectionLayoutConfiguration.Builder |
FreeFormSectionLayoutConfiguration.builder() |
FreeFormSectionLayoutConfiguration.Builder |
FreeFormSectionLayoutConfiguration.Builder.elements(Collection<FreeFormLayoutElement> elements)
The elements that are included in the free-form layout.
|
FreeFormSectionLayoutConfiguration.Builder |
FreeFormSectionLayoutConfiguration.Builder.elements(Consumer<FreeFormLayoutElement.Builder>... elements)
The elements that are included in the free-form layout.
|
FreeFormSectionLayoutConfiguration.Builder |
FreeFormSectionLayoutConfiguration.Builder.elements(FreeFormLayoutElement... elements)
The elements that are included in the free-form layout.
|
FreeFormSectionLayoutConfiguration.Builder |
FreeFormSectionLayoutConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FreeFormSectionLayoutConfiguration.Builder> |
FreeFormSectionLayoutConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SectionLayoutConfiguration.Builder |
SectionLayoutConfiguration.Builder.freeFormLayout(Consumer<FreeFormSectionLayoutConfiguration.Builder> freeFormLayout)
The free-form layout configuration of a section.
|
Copyright © 2023. All rights reserved.