public static interface ListBotVersionsResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<ListBotVersionsResponse.Builder,ListBotVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBotVersionsResponse.Builder |
botId(String botId)
The identifier of the bot to list versions for.
|
ListBotVersionsResponse.Builder |
botVersionSummaries(BotVersionSummary... botVersionSummaries)
Summary information for the bot versions that meet the filter criteria specified in the request.
|
ListBotVersionsResponse.Builder |
botVersionSummaries(Collection<BotVersionSummary> botVersionSummaries)
Summary information for the bot versions that meet the filter criteria specified in the request.
|
ListBotVersionsResponse.Builder |
botVersionSummaries(Consumer<BotVersionSummary.Builder>... botVersionSummaries)
Summary information for the bot versions that meet the filter criteria specified in the request.
|
ListBotVersionsResponse.Builder |
nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListBotVersions operation. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBotVersionsResponse.Builder botId(String botId)
The identifier of the bot to list versions for.
botId - The identifier of the bot to list versions for.ListBotVersionsResponse.Builder botVersionSummaries(Collection<BotVersionSummary> botVersionSummaries)
Summary information for the bot versions 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 versions
available, the nextToken field contains a token to get the next page of results.
botVersionSummaries - Summary information for the bot versions 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 versions available, the nextToken field contains a token to get the next page of
results.ListBotVersionsResponse.Builder botVersionSummaries(BotVersionSummary... botVersionSummaries)
Summary information for the bot versions 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 versions
available, the nextToken field contains a token to get the next page of results.
botVersionSummaries - Summary information for the bot versions 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 versions available, the nextToken field contains a token to get the next page of
results.ListBotVersionsResponse.Builder botVersionSummaries(Consumer<BotVersionSummary.Builder>... botVersionSummaries)
Summary information for the bot versions 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 versions
available, the nextToken field contains a token to get the next page of results.
BotVersionSummary.Builder avoiding the need to
create one manually via BotVersionSummary.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #botVersionSummaries(List.
botVersionSummaries - a consumer that will call methods on
BotVersionSummary.Builder#botVersionSummaries(java.util.Collection) ListBotVersionsResponse.Builder nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListBotVersions 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
ListBotVersions 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.Copyright © 2023. All rights reserved.