| Package | Description |
|---|---|
| com.amazonaws.services.qapps.model |
| Modifier and Type | Method and Description |
|---|---|
QPluginCardInput |
QPluginCardInput.clone() |
QPluginCardInput |
CardInput.getQPlugin()
A container for the properties of the plugin input card.
|
QPluginCardInput |
QPluginCardInput.withId(String id)
The unique identifier of the plugin card.
|
QPluginCardInput |
QPluginCardInput.withPluginId(String pluginId)
The unique identifier of the plugin used by the card.
|
QPluginCardInput |
QPluginCardInput.withPrompt(String prompt)
The prompt or instructions displayed for the plugin card.
|
QPluginCardInput |
QPluginCardInput.withTitle(String title)
The title or label of the plugin card.
|
QPluginCardInput |
QPluginCardInput.withType(CardType type)
The type of the card.
|
QPluginCardInput |
QPluginCardInput.withType(String type)
The type of the card.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CardInput.setQPlugin(QPluginCardInput qPlugin)
A container for the properties of the plugin input card.
|
CardInput |
CardInput.withQPlugin(QPluginCardInput qPlugin)
A container for the properties of the plugin input card.
|
Copyright © 2025. All rights reserved.