Uses of Interface
software.amazon.awssdk.services.qapps.model.QPluginCard.Builder
-
Packages that use QPluginCard.Builder Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of QPluginCard.Builder in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return QPluginCard.Builder Modifier and Type Method Description static QPluginCard.BuilderQPluginCard. builder()QPluginCard.BuilderQPluginCard.Builder. dependencies(String... dependencies)Any dependencies or requirements for the plugin card.QPluginCard.BuilderQPluginCard.Builder. dependencies(Collection<String> dependencies)Any dependencies or requirements for the plugin card.QPluginCard.BuilderQPluginCard.Builder. id(String id)The unique identifier of the plugin card.QPluginCard.BuilderQPluginCard.Builder. pluginId(String pluginId)The unique identifier of the plugin used by the card.QPluginCard.BuilderQPluginCard.Builder. pluginType(String pluginType)The type or category of the plugin used by the card.QPluginCard.BuilderQPluginCard.Builder. pluginType(PluginType pluginType)The type or category of the plugin used by the card.QPluginCard.BuilderQPluginCard.Builder. prompt(String prompt)The prompt or instructions displayed for the plugin card.QPluginCard.BuilderQPluginCard.Builder. title(String title)The title or label of the plugin card.QPluginCard.BuilderQPluginCard. toBuilder()QPluginCard.BuilderQPluginCard.Builder. type(String type)The type of the card.QPluginCard.BuilderQPluginCard.Builder. type(CardType type)The type of the card.Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type QPluginCard.Builder Modifier and Type Method Description static Class<? extends QPluginCard.Builder>QPluginCard. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qapps.model with type arguments of type QPluginCard.Builder Modifier and Type Method Description static CardCard. fromQPlugin(Consumer<QPluginCard.Builder> qPlugin)Create an instance of this class withCard.qPlugin()initialized to the given value.default Card.BuilderCard.Builder. qPlugin(Consumer<QPluginCard.Builder> qPlugin)A container for the properties of the plugin card.
-