public static interface GetSlotTypeVersionsRequest.Builder extends LexModelBuildingRequest.Builder, CopyableBuilder<GetSlotTypeVersionsRequest.Builder,GetSlotTypeVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetSlotTypeVersionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of slot type versions to return in the response.
|
GetSlotTypeVersionsRequest.Builder |
name(String name)
The name of the slot type for which versions should be returned.
|
GetSlotTypeVersionsRequest.Builder |
nextToken(String nextToken)
A pagination token for fetching the next page of slot type versions.
|
GetSlotTypeVersionsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetSlotTypeVersionsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildGetSlotTypeVersionsRequest.Builder name(String name)
The name of the slot type for which versions should be returned.
name - The name of the slot type for which versions should be returned.GetSlotTypeVersionsRequest.Builder nextToken(String nextToken)
A pagination token for fetching the next page of slot type 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 slot type 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.GetSlotTypeVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of slot type versions to return in the response. The default is 10.
maxResults - The maximum number of slot type versions to return in the response. The default is 10.GetSlotTypeVersionsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetSlotTypeVersionsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.