| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Spacing.Builder |
Spacing.Builder.bottom(String bottom)
Define the bottom spacing.
|
static Spacing.Builder |
Spacing.builder() |
Spacing.Builder |
Spacing.Builder.left(String left)
Define the left spacing.
|
Spacing.Builder |
Spacing.Builder.right(String right)
Define the right spacing.
|
Spacing.Builder |
Spacing.toBuilder() |
Spacing.Builder |
Spacing.Builder.top(String top)
Define the top spacing.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Spacing.Builder> |
Spacing.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SectionStyle.Builder |
SectionStyle.Builder.padding(Consumer<Spacing.Builder> padding)
The spacing between section content and its top, bottom, left, and right edges.
|
default SectionBasedLayoutPaperCanvasSizeOptions.Builder |
SectionBasedLayoutPaperCanvasSizeOptions.Builder.paperMargin(Consumer<Spacing.Builder> paperMargin)
Defines the spacing between the canvas content and the top, bottom, left, and right edges.
|
Copyright © 2023. All rights reserved.