Uses of Interface
software.amazon.awssdk.services.quicksight.model.FreeFormSectionLayoutConfiguration.Builder
-
Packages that use FreeFormSectionLayoutConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of FreeFormSectionLayoutConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return FreeFormSectionLayoutConfiguration.Builder Modifier and Type Method Description static FreeFormSectionLayoutConfiguration.BuilderFreeFormSectionLayoutConfiguration. builder()FreeFormSectionLayoutConfiguration.BuilderFreeFormSectionLayoutConfiguration.Builder. elements(Collection<FreeFormLayoutElement> elements)The elements that are included in the free-form layout.FreeFormSectionLayoutConfiguration.BuilderFreeFormSectionLayoutConfiguration.Builder. elements(Consumer<FreeFormLayoutElement.Builder>... elements)The elements that are included in the free-form layout.FreeFormSectionLayoutConfiguration.BuilderFreeFormSectionLayoutConfiguration.Builder. elements(FreeFormLayoutElement... elements)The elements that are included in the free-form layout.FreeFormSectionLayoutConfiguration.BuilderFreeFormSectionLayoutConfiguration. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type FreeFormSectionLayoutConfiguration.Builder Modifier and Type Method Description static Class<? extends FreeFormSectionLayoutConfiguration.Builder>FreeFormSectionLayoutConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type FreeFormSectionLayoutConfiguration.Builder Modifier and Type Method Description default SectionLayoutConfiguration.BuilderSectionLayoutConfiguration.Builder. freeFormLayout(Consumer<FreeFormSectionLayoutConfiguration.Builder> freeFormLayout)The free-form layout configuration of a section.
-