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