Uses of Interface
software.amazon.awssdk.services.qapps.model.TextInputCard.Builder
-
Packages that use TextInputCard.Builder Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of TextInputCard.Builder in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return TextInputCard.Builder Modifier and Type Method Description static TextInputCard.BuilderTextInputCard. builder()TextInputCard.BuilderTextInputCard.Builder. defaultValue(String defaultValue)The default value to pre-populate in the text input field.TextInputCard.BuilderTextInputCard.Builder. dependencies(String... dependencies)Any dependencies or requirements for the text input card.TextInputCard.BuilderTextInputCard.Builder. dependencies(Collection<String> dependencies)Any dependencies or requirements for the text input card.TextInputCard.BuilderTextInputCard.Builder. id(String id)The unique identifier of the text input card.TextInputCard.BuilderTextInputCard.Builder. placeholder(String placeholder)The placeholder text to display in the text input field.TextInputCard.BuilderTextInputCard.Builder. title(String title)The title or label of the text input card.TextInputCard.BuilderTextInputCard. toBuilder()TextInputCard.BuilderTextInputCard.Builder. type(String type)The type of the card.TextInputCard.BuilderTextInputCard.Builder. type(CardType type)The type of the card.Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type TextInputCard.Builder Modifier and Type Method Description static Class<? extends TextInputCard.Builder>TextInputCard. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qapps.model with type arguments of type TextInputCard.Builder Modifier and Type Method Description static CardCard. fromTextInput(Consumer<TextInputCard.Builder> textInput)Create an instance of this class withCard.textInput()initialized to the given value.default Card.BuilderCard.Builder. textInput(Consumer<TextInputCard.Builder> textInput)A container for the properties of the text input card.
-