Uses of Interface
software.amazon.awssdk.services.quicksight.model.TextBoxInteractionOptions.Builder
-
Packages that use TextBoxInteractionOptions.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TextBoxInteractionOptions.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TextBoxInteractionOptions.Builder Modifier and Type Method Description static TextBoxInteractionOptions.BuilderTextBoxInteractionOptions. builder()default TextBoxInteractionOptions.BuilderTextBoxInteractionOptions.Builder. textBoxMenuOption(Consumer<TextBoxMenuOption.Builder> textBoxMenuOption)The menu options for the textbox.TextBoxInteractionOptions.BuilderTextBoxInteractionOptions.Builder. textBoxMenuOption(TextBoxMenuOption textBoxMenuOption)The menu options for the textbox.TextBoxInteractionOptions.BuilderTextBoxInteractionOptions. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TextBoxInteractionOptions.Builder Modifier and Type Method Description static Class<? extends TextBoxInteractionOptions.Builder>TextBoxInteractionOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TextBoxInteractionOptions.Builder Modifier and Type Method Description default SheetTextBox.BuilderSheetTextBox.Builder. interactions(Consumer<TextBoxInteractionOptions.Builder> interactions)The general textbox interactions setup for a textbox.
-