public static interface GetIntentVersionsRequest.Builder extends LexModelBuildingRequest.Builder, SdkPojo, CopyableBuilder<GetIntentVersionsRequest.Builder,GetIntentVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetIntentVersionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of intent versions to return in the response.
|
GetIntentVersionsRequest.Builder |
name(String name)
The name of the intent for which versions should be returned.
|
GetIntentVersionsRequest.Builder |
nextToken(String nextToken)
A pagination token for fetching the next page of intent versions.
|
GetIntentVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetIntentVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetIntentVersionsRequest.Builder name(String name)
The name of the intent for which versions should be returned.
name - The name of the intent for which versions should be returned.GetIntentVersionsRequest.Builder nextToken(String nextToken)
A pagination token for fetching the next page of intent versions. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions, specify the pagination token in the next request.
nextToken - A pagination token for fetching the next page of intent versions. If the response to this call is
truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions,
specify the pagination token in the next request.GetIntentVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of intent versions to return in the response. The default is 10.
maxResults - The maximum number of intent versions to return in the response. The default is 10.GetIntentVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetIntentVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.