| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static FreeFormLayoutConfiguration.Builder |
FreeFormLayoutConfiguration.builder() |
default FreeFormLayoutConfiguration.Builder |
FreeFormLayoutConfiguration.Builder.canvasSizeOptions(Consumer<FreeFormLayoutCanvasSizeOptions.Builder> canvasSizeOptions)
Sets the value of the CanvasSizeOptions property for this object.
|
FreeFormLayoutConfiguration.Builder |
FreeFormLayoutConfiguration.Builder.canvasSizeOptions(FreeFormLayoutCanvasSizeOptions canvasSizeOptions)
Sets the value of the CanvasSizeOptions property for this object.
|
FreeFormLayoutConfiguration.Builder |
FreeFormLayoutConfiguration.Builder.elements(Collection<FreeFormLayoutElement> elements)
The elements that are included in a free-form layout.
|
FreeFormLayoutConfiguration.Builder |
FreeFormLayoutConfiguration.Builder.elements(Consumer<FreeFormLayoutElement.Builder>... elements)
The elements that are included in a free-form layout.
|
FreeFormLayoutConfiguration.Builder |
FreeFormLayoutConfiguration.Builder.elements(FreeFormLayoutElement... elements)
The elements that are included in a free-form layout.
|
FreeFormLayoutConfiguration.Builder |
FreeFormLayoutConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FreeFormLayoutConfiguration.Builder> |
FreeFormLayoutConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023. All rights reserved.