| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static SectionStyle.Builder |
SectionStyle.builder() |
SectionStyle.Builder |
SectionStyle.Builder.height(String height)
The height of a section.
|
default SectionStyle.Builder |
SectionStyle.Builder.padding(Consumer<Spacing.Builder> padding)
The spacing between section content and its top, bottom, left, and right edges.
|
SectionStyle.Builder |
SectionStyle.Builder.padding(Spacing padding)
The spacing between section content and its top, bottom, left, and right edges.
|
SectionStyle.Builder |
SectionStyle.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SectionStyle.Builder> |
SectionStyle.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HeaderFooterSectionConfiguration.Builder |
HeaderFooterSectionConfiguration.Builder.style(Consumer<SectionStyle.Builder> style)
The style options of a header or footer section.
|
default BodySectionConfiguration.Builder |
BodySectionConfiguration.Builder.style(Consumer<SectionStyle.Builder> style)
The style options of a body section.
|
Copyright © 2023. All rights reserved.