ListDocumentsRequest.Builder |
ListDocumentsRequest.Builder.applicationId(String applicationId) |
The identifier of the application id the documents are attached to.
|
static ListDocumentsRequest.Builder |
ListDocumentsRequest.builder() |
|
ListDocumentsRequest.Builder |
ListDocumentsRequest.Builder.dataSourceIds(String... dataSourceIds) |
The identifier of the data sources the documents are attached to.
|
ListDocumentsRequest.Builder |
ListDocumentsRequest.Builder.dataSourceIds(Collection<String> dataSourceIds) |
The identifier of the data sources the documents are attached to.
|
ListDocumentsRequest.Builder |
ListDocumentsRequest.Builder.indexId(String indexId) |
The identifier of the index the documents are attached to.
|
ListDocumentsRequest.Builder |
ListDocumentsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of documents to return.
|
ListDocumentsRequest.Builder |
ListDocumentsRequest.Builder.nextToken(String nextToken) |
If the maxResults response was incomplete because there is more data to retrieve, Amazon Q
Business returns a pagination token in the response.
|
ListDocumentsRequest.Builder |
ListDocumentsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListDocumentsRequest.Builder |
ListDocumentsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListDocumentsRequest.Builder |
ListDocumentsRequest.toBuilder() |
|