public static interface ListContentsRequest.Builder extends WisdomRequest.Builder, SdkPojo, CopyableBuilder<ListContentsRequest.Builder,ListContentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListContentsRequest.Builder |
knowledgeBaseId(String knowledgeBaseId)
The the identifier of the knowledge base.
|
ListContentsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListContentsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListContentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListContentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListContentsRequest.Builder knowledgeBaseId(String knowledgeBaseId)
The the identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
knowledgeBaseId - The the identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the
ARN.ListContentsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.ListContentsRequest.Builder nextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next
request to retrieve the next set of results.ListContentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListContentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.