| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
SectionBasedLayoutConfiguration.Builder |
SectionBasedLayoutConfiguration.Builder.bodySections(BodySectionConfiguration... bodySections)
A list of body section configurations.
|
SectionBasedLayoutConfiguration.Builder |
SectionBasedLayoutConfiguration.Builder.bodySections(Collection<BodySectionConfiguration> bodySections)
A list of body section configurations.
|
SectionBasedLayoutConfiguration.Builder |
SectionBasedLayoutConfiguration.Builder.bodySections(Consumer<BodySectionConfiguration.Builder>... bodySections)
A list of body section configurations.
|
static SectionBasedLayoutConfiguration.Builder |
SectionBasedLayoutConfiguration.builder() |
default SectionBasedLayoutConfiguration.Builder |
SectionBasedLayoutConfiguration.Builder.canvasSizeOptions(Consumer<SectionBasedLayoutCanvasSizeOptions.Builder> canvasSizeOptions)
The options for the canvas of a section-based layout.
|
SectionBasedLayoutConfiguration.Builder |
SectionBasedLayoutConfiguration.Builder.canvasSizeOptions(SectionBasedLayoutCanvasSizeOptions canvasSizeOptions)
The options for the canvas of a section-based layout.
|
SectionBasedLayoutConfiguration.Builder |
SectionBasedLayoutConfiguration.Builder.footerSections(Collection<HeaderFooterSectionConfiguration> footerSections)
A list of footer section configurations.
|
SectionBasedLayoutConfiguration.Builder |
SectionBasedLayoutConfiguration.Builder.footerSections(Consumer<HeaderFooterSectionConfiguration.Builder>... footerSections)
A list of footer section configurations.
|
SectionBasedLayoutConfiguration.Builder |
SectionBasedLayoutConfiguration.Builder.footerSections(HeaderFooterSectionConfiguration... footerSections)
A list of footer section configurations.
|
SectionBasedLayoutConfiguration.Builder |
SectionBasedLayoutConfiguration.Builder.headerSections(Collection<HeaderFooterSectionConfiguration> headerSections)
A list of header section configurations.
|
SectionBasedLayoutConfiguration.Builder |
SectionBasedLayoutConfiguration.Builder.headerSections(Consumer<HeaderFooterSectionConfiguration.Builder>... headerSections)
A list of header section configurations.
|
SectionBasedLayoutConfiguration.Builder |
SectionBasedLayoutConfiguration.Builder.headerSections(HeaderFooterSectionConfiguration... headerSections)
A list of header section configurations.
|
SectionBasedLayoutConfiguration.Builder |
SectionBasedLayoutConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SectionBasedLayoutConfiguration.Builder> |
SectionBasedLayoutConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023. All rights reserved.