public static interface ListBotAliasesResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<ListBotAliasesResponse.Builder,ListBotAliasesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBotAliasesResponse.Builder |
botAliasSummaries(BotAliasSummary... botAliasSummaries)
Summary information for the bot aliases that meet the filter criteria specified in the request.
|
ListBotAliasesResponse.Builder |
botAliasSummaries(Collection<BotAliasSummary> botAliasSummaries)
Summary information for the bot aliases that meet the filter criteria specified in the request.
|
ListBotAliasesResponse.Builder |
botAliasSummaries(Consumer<BotAliasSummary.Builder>... botAliasSummaries)
Summary information for the bot aliases that meet the filter criteria specified in the request.
|
ListBotAliasesResponse.Builder |
botId(String botId)
The identifier of the bot associated with the aliases.
|
ListBotAliasesResponse.Builder |
nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListBotAliases operation. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBotAliasesResponse.Builder botAliasSummaries(Collection<BotAliasSummary> botAliasSummaries)
Summary information for the bot aliases that meet the filter criteria specified in the request. The length of
the list is specified in the maxResults parameter of the request. If there are more aliases
available, the nextToken field contains a token to get the next page of results.
botAliasSummaries - Summary information for the bot aliases that meet the filter criteria specified in the request. The
length of the list is specified in the maxResults parameter of the request. If there are
more aliases available, the nextToken field contains a token to get the next page of
results.ListBotAliasesResponse.Builder botAliasSummaries(BotAliasSummary... botAliasSummaries)
Summary information for the bot aliases that meet the filter criteria specified in the request. The length of
the list is specified in the maxResults parameter of the request. If there are more aliases
available, the nextToken field contains a token to get the next page of results.
botAliasSummaries - Summary information for the bot aliases that meet the filter criteria specified in the request. The
length of the list is specified in the maxResults parameter of the request. If there are
more aliases available, the nextToken field contains a token to get the next page of
results.ListBotAliasesResponse.Builder botAliasSummaries(Consumer<BotAliasSummary.Builder>... botAliasSummaries)
Summary information for the bot aliases that meet the filter criteria specified in the request. The length of
the list is specified in the maxResults parameter of the request. If there are more aliases
available, the nextToken field contains a token to get the next page of results.
BotAliasSummary.Builder avoiding the need to create
one manually via BotAliasSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #botAliasSummaries(List.
botAliasSummaries - a consumer that will call methods on
BotAliasSummary.Builder#botAliasSummaries(java.util.Collection) ListBotAliasesResponse.Builder nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListBotAliases operation. If the nextToken field is present, you send the contents
as the nextToken parameter of a ListBotAliases operation request to get the next
page of results.
nextToken - A token that indicates whether there are more results to return in a response to the
ListBotAliases operation. If the nextToken field is present, you send the
contents as the nextToken parameter of a ListBotAliases operation request to
get the next page of results.ListBotAliasesResponse.Builder botId(String botId)
The identifier of the bot associated with the aliases.
botId - The identifier of the bot associated with the aliases.Copyright © 2023. All rights reserved.