public static interface ListAssistantAssociationsRequest.Builder extends WisdomRequest.Builder, SdkPojo, CopyableBuilder<ListAssistantAssociationsRequest.Builder,ListAssistantAssociationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAssistantAssociationsRequest.Builder |
assistantId(String assistantId)
The identifier of the Wisdom assistant.
|
ListAssistantAssociationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListAssistantAssociationsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListAssistantAssociationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAssistantAssociationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssistantAssociationsRequest.Builder assistantId(String assistantId)
The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
assistantId - The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.ListAssistantAssociationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.ListAssistantAssociationsRequest.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.ListAssistantAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAssistantAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.