Uses of Interface
software.amazon.awssdk.services.quicksight.model.FreeFormLayoutConfiguration.Builder
-
Packages that use FreeFormLayoutConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of FreeFormLayoutConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return FreeFormLayoutConfiguration.Builder Modifier and Type Method Description static FreeFormLayoutConfiguration.BuilderFreeFormLayoutConfiguration. builder()default FreeFormLayoutConfiguration.BuilderFreeFormLayoutConfiguration.Builder. canvasSizeOptions(Consumer<FreeFormLayoutCanvasSizeOptions.Builder> canvasSizeOptions)Sets the value of the CanvasSizeOptions property for this object.FreeFormLayoutConfiguration.BuilderFreeFormLayoutConfiguration.Builder. canvasSizeOptions(FreeFormLayoutCanvasSizeOptions canvasSizeOptions)Sets the value of the CanvasSizeOptions property for this object.FreeFormLayoutConfiguration.BuilderFreeFormLayoutConfiguration.Builder. elements(Collection<FreeFormLayoutElement> elements)The elements that are included in a free-form layout.FreeFormLayoutConfiguration.BuilderFreeFormLayoutConfiguration.Builder. elements(Consumer<FreeFormLayoutElement.Builder>... elements)The elements that are included in a free-form layout.FreeFormLayoutConfiguration.BuilderFreeFormLayoutConfiguration.Builder. elements(FreeFormLayoutElement... elements)The elements that are included in a free-form layout.FreeFormLayoutConfiguration.BuilderFreeFormLayoutConfiguration. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type FreeFormLayoutConfiguration.Builder Modifier and Type Method Description static Class<? extends FreeFormLayoutConfiguration.Builder>FreeFormLayoutConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type FreeFormLayoutConfiguration.Builder Modifier and Type Method Description default LayoutConfiguration.BuilderLayoutConfiguration.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.
-