Uses of Interface
software.amazon.awssdk.services.qapps.model.QPluginCardInput.Builder
-
Packages that use QPluginCardInput.Builder Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of QPluginCardInput.Builder in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return QPluginCardInput.Builder Modifier and Type Method Description QPluginCardInput.BuilderQPluginCardInput.Builder. actionIdentifier(String actionIdentifier)The action identifier of the action to be performed by the plugin card.static QPluginCardInput.BuilderQPluginCardInput. builder()QPluginCardInput.BuilderQPluginCardInput.Builder. id(String id)The unique identifier of the plugin card.QPluginCardInput.BuilderQPluginCardInput.Builder. pluginId(String pluginId)The unique identifier of the plugin used by the card.QPluginCardInput.BuilderQPluginCardInput.Builder. prompt(String prompt)The prompt or instructions displayed for the plugin card.QPluginCardInput.BuilderQPluginCardInput.Builder. title(String title)The title or label of the plugin card.QPluginCardInput.BuilderQPluginCardInput. toBuilder()QPluginCardInput.BuilderQPluginCardInput.Builder. type(String type)The type of the card.QPluginCardInput.BuilderQPluginCardInput.Builder. type(CardType type)The type of the card.Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type QPluginCardInput.Builder Modifier and Type Method Description static Class<? extends QPluginCardInput.Builder>QPluginCardInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qapps.model with type arguments of type QPluginCardInput.Builder Modifier and Type Method Description static CardInputCardInput. fromQPlugin(Consumer<QPluginCardInput.Builder> qPlugin)Create an instance of this class withCardInput.qPlugin()initialized to the given value.default CardInput.BuilderCardInput.Builder. qPlugin(Consumer<QPluginCardInput.Builder> qPlugin)A container for the properties of the plugin input card.
-