| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Retriever |
Retriever.clone() |
Retriever |
Retriever.withApplicationId(String applicationId)
The identifier of the Amazon Q Business application using the retriever.
|
Retriever |
Retriever.withDisplayName(String displayName)
The name of your retriever.
|
Retriever |
Retriever.withRetrieverId(String retrieverId)
The identifier of the retriever used by your Amazon Q Business application.
|
Retriever |
Retriever.withStatus(RetrieverStatus status)
The status of your retriever.
|
Retriever |
Retriever.withStatus(String status)
The status of your retriever.
|
Retriever |
Retriever.withType(RetrieverType type)
The type of your retriever.
|
Retriever |
Retriever.withType(String type)
The type of your retriever.
|
| Modifier and Type | Method and Description |
|---|---|
List<Retriever> |
ListRetrieversResult.getRetrievers()
An array of summary information for one or more retrievers.
|
| Modifier and Type | Method and Description |
|---|---|
ListRetrieversResult |
ListRetrieversResult.withRetrievers(Retriever... retrievers)
An array of summary information for one or more retrievers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRetrieversResult.setRetrievers(Collection<Retriever> retrievers)
An array of summary information for one or more retrievers.
|
ListRetrieversResult |
ListRetrieversResult.withRetrievers(Collection<Retriever> retrievers)
An array of summary information for one or more retrievers.
|
Copyright © 2024. All rights reserved.