Uses of Interface
software.amazon.awssdk.services.quicksight.model.DefaultInteractiveLayoutConfiguration.Builder
-
Packages that use DefaultInteractiveLayoutConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DefaultInteractiveLayoutConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DefaultInteractiveLayoutConfiguration.Builder Modifier and Type Method Description static DefaultInteractiveLayoutConfiguration.BuilderDefaultInteractiveLayoutConfiguration. builder()default DefaultInteractiveLayoutConfiguration.BuilderDefaultInteractiveLayoutConfiguration.Builder. freeForm(Consumer<DefaultFreeFormLayoutConfiguration.Builder> freeForm)The options that determine the default settings of a free-form layout configuration.DefaultInteractiveLayoutConfiguration.BuilderDefaultInteractiveLayoutConfiguration.Builder. freeForm(DefaultFreeFormLayoutConfiguration freeForm)The options that determine the default settings of a free-form layout configuration.default DefaultInteractiveLayoutConfiguration.BuilderDefaultInteractiveLayoutConfiguration.Builder. grid(Consumer<DefaultGridLayoutConfiguration.Builder> grid)The options that determine the default settings for a grid layout configuration.DefaultInteractiveLayoutConfiguration.BuilderDefaultInteractiveLayoutConfiguration.Builder. grid(DefaultGridLayoutConfiguration grid)The options that determine the default settings for a grid layout configuration.DefaultInteractiveLayoutConfiguration.BuilderDefaultInteractiveLayoutConfiguration. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DefaultInteractiveLayoutConfiguration.Builder Modifier and Type Method Description static Class<? extends DefaultInteractiveLayoutConfiguration.Builder>DefaultInteractiveLayoutConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type DefaultInteractiveLayoutConfiguration.Builder Modifier and Type Method Description default DefaultNewSheetConfiguration.BuilderDefaultNewSheetConfiguration.Builder. interactiveLayoutConfiguration(Consumer<DefaultInteractiveLayoutConfiguration.Builder> interactiveLayoutConfiguration)The options that determine the default settings for interactive layout configuration.
-