| Package | Description |
|---|---|
| com.amazonaws.services.qapps.model |
| Modifier and Type | Method and Description |
|---|---|
QQueryCard |
QQueryCard.clone() |
QQueryCard |
Card.getQQuery()
A container for the properties of the query card.
|
QQueryCard |
QQueryCard.withAttributeFilter(AttributeFilter attributeFilter)
The Amazon Q Business filters applied in this query card when resolving data sources
|
QQueryCard |
QQueryCard.withDependencies(Collection<String> dependencies)
Any dependencies or requirements for the query card.
|
QQueryCard |
QQueryCard.withDependencies(String... dependencies)
Any dependencies or requirements for the query card.
|
QQueryCard |
QQueryCard.withId(String id)
The unique identifier of the query card.
|
QQueryCard |
QQueryCard.withOutputSource(CardOutputSource outputSource)
The source or type of output generated by the query card.
|
QQueryCard |
QQueryCard.withOutputSource(String outputSource)
The source or type of output generated by the query card.
|
QQueryCard |
QQueryCard.withPrompt(String prompt)
The prompt or instructions displayed for the query card.
|
QQueryCard |
QQueryCard.withTitle(String title)
The title or label of the query card.
|
QQueryCard |
QQueryCard.withType(CardType type)
The type of the card.
|
QQueryCard |
QQueryCard.withType(String type)
The type of the card.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Card.setQQuery(QQueryCard qQuery)
A container for the properties of the query card.
|
Card |
Card.withQQuery(QQueryCard qQuery)
A container for the properties of the query card.
|
Copyright © 2025. All rights reserved.