| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static LayoutConfiguration.Builder |
LayoutConfiguration.builder() |
default LayoutConfiguration.Builder |
LayoutConfiguration.Builder.freeFormLayout(Consumer<FreeFormLayoutConfiguration.Builder> freeFormLayout)
A free-form is optimized for a fixed width and has more control over the exact placement of layout elements.
|
LayoutConfiguration.Builder |
LayoutConfiguration.Builder.freeFormLayout(FreeFormLayoutConfiguration freeFormLayout)
A free-form is optimized for a fixed width and has more control over the exact placement of layout elements.
|
default LayoutConfiguration.Builder |
LayoutConfiguration.Builder.gridLayout(Consumer<GridLayoutConfiguration.Builder> gridLayout)
A type of layout that can be used on a sheet.
|
LayoutConfiguration.Builder |
LayoutConfiguration.Builder.gridLayout(GridLayoutConfiguration gridLayout)
A type of layout that can be used on a sheet.
|
default LayoutConfiguration.Builder |
LayoutConfiguration.Builder.sectionBasedLayout(Consumer<SectionBasedLayoutConfiguration.Builder> sectionBasedLayout)
A section based layout organizes visuals into multiple sections and has customized header, footer and page
break.
|
LayoutConfiguration.Builder |
LayoutConfiguration.Builder.sectionBasedLayout(SectionBasedLayoutConfiguration sectionBasedLayout)
A section based layout organizes visuals into multiple sections and has customized header, footer and page
break.
|
LayoutConfiguration.Builder |
LayoutConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LayoutConfiguration.Builder> |
LayoutConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Layout.Builder |
Layout.Builder.configuration(Consumer<LayoutConfiguration.Builder> configuration)
The configuration that determines what the type of layout for a sheet.
|
Copyright © 2023. All rights reserved.