ListAgentKnowledgeBasesRequest.Builder |
ListAgentKnowledgeBasesRequest.Builder.agentId(String agentId) |
The unique identifier of the agent for which to return information about knowledge bases associated with it.
|
ListAgentKnowledgeBasesRequest.Builder |
ListAgentKnowledgeBasesRequest.Builder.agentVersion(String agentVersion) |
The version of the agent for which to return information about knowledge bases associated with it.
|
static ListAgentKnowledgeBasesRequest.Builder |
ListAgentKnowledgeBasesRequest.builder() |
|
ListAgentKnowledgeBasesRequest.Builder |
ListAgentKnowledgeBasesRequest.Builder.maxResults(Integer maxResults) |
The maximum number of results to return in the response.
|
ListAgentKnowledgeBasesRequest.Builder |
ListAgentKnowledgeBasesRequest.Builder.nextToken(String nextToken) |
If the total number of results is greater than the maxResults value provided in the request,
enter the token returned in the nextToken field in the response in this field to return the next
batch of results.
|
ListAgentKnowledgeBasesRequest.Builder |
ListAgentKnowledgeBasesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListAgentKnowledgeBasesRequest.Builder |
ListAgentKnowledgeBasesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListAgentKnowledgeBasesRequest.Builder |
ListAgentKnowledgeBasesRequest.toBuilder() |
|