| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static BodySectionConfiguration.Builder |
BodySectionConfiguration.builder() |
BodySectionConfiguration.Builder |
BodySectionConfiguration.Builder.content(BodySectionContent content)
The configuration of content in a body section.
|
default BodySectionConfiguration.Builder |
BodySectionConfiguration.Builder.content(Consumer<BodySectionContent.Builder> content)
The configuration of content in a body section.
|
default BodySectionConfiguration.Builder |
BodySectionConfiguration.Builder.pageBreakConfiguration(Consumer<SectionPageBreakConfiguration.Builder> pageBreakConfiguration)
The configuration of a page break for a section.
|
BodySectionConfiguration.Builder |
BodySectionConfiguration.Builder.pageBreakConfiguration(SectionPageBreakConfiguration pageBreakConfiguration)
The configuration of a page break for a section.
|
BodySectionConfiguration.Builder |
BodySectionConfiguration.Builder.sectionId(String sectionId)
The unique identifier of a body section.
|
default BodySectionConfiguration.Builder |
BodySectionConfiguration.Builder.style(Consumer<SectionStyle.Builder> style)
The style options of a body section.
|
BodySectionConfiguration.Builder |
BodySectionConfiguration.Builder.style(SectionStyle style)
The style options of a body section.
|
BodySectionConfiguration.Builder |
BodySectionConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BodySectionConfiguration.Builder> |
BodySectionConfiguration.serializableBuilderClass() |
Copyright © 2023. All rights reserved.