public static interface ListBotAliasesRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListBotAliasesRequest.Builder,ListBotAliasesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBotAliasesRequest.Builder |
botId(String botId)
The identifier of the bot to list aliases for.
|
ListBotAliasesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of aliases to return in each page of results.
|
ListBotAliasesRequest.Builder |
nextToken(String nextToken)
If the response from the
ListBotAliases operation contains more results than specified in the
maxResults parameter, a token is returned in the response. |
ListBotAliasesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBotAliasesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBotAliasesRequest.Builder botId(String botId)
The identifier of the bot to list aliases for.
botId - The identifier of the bot to list aliases for.ListBotAliasesRequest.Builder maxResults(Integer maxResults)
The maximum number of aliases to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
maxResults - The maximum number of aliases to return in each page of results. If there are fewer results than the
max page size, only the actual number of results are returned.ListBotAliasesRequest.Builder nextToken(String nextToken)
If the response from the ListBotAliases operation contains more results than specified in the
maxResults parameter, a token is returned in the response. Use that token in the
nextToken parameter to return the next page of results.
nextToken - If the response from the ListBotAliases operation contains more results than specified in
the maxResults parameter, a token is returned in the response. Use that token in the
nextToken parameter to return the next page of results.ListBotAliasesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListBotAliasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.