CopyableBuilder<GetBotVersionsResponse.Builder,GetBotVersionsResponse>, SdkBuilder<GetBotVersionsResponse.Builder,GetBotVersionsResponse>public static interface GetBotVersionsResponse.Builder extends CopyableBuilder<GetBotVersionsResponse.Builder,GetBotVersionsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
GetBotVersionsResponse.Builder |
bots(Collection<BotMetadata> bots) |
An array of
BotMetadata objects, one for each numbered version of the bot plus one for the
$LATEST version. |
GetBotVersionsResponse.Builder |
bots(BotMetadata... bots) |
An array of
BotMetadata objects, one for each numbered version of the bot plus one for the
$LATEST version. |
GetBotVersionsResponse.Builder |
nextToken(String nextToken) |
A pagination token for fetching the next page of bot versions.
|
copyapply, buildGetBotVersionsResponse.Builder bots(Collection<BotMetadata> bots)
An array of BotMetadata objects, one for each numbered version of the bot plus one for the
$LATEST version.
bots - An array of BotMetadata objects, one for each numbered version of the bot plus one for
the $LATEST version.GetBotVersionsResponse.Builder bots(BotMetadata... bots)
An array of BotMetadata objects, one for each numbered version of the bot plus one for the
$LATEST version.
NOTE: This method appends the values to the existing list (if any). Use
#setBots(java.util.Collection) or #withBots(java.util.Collection) if you want to override the
existing values.
bots - An array of BotMetadata objects, one for each numbered version of the bot plus one for
the $LATEST version.GetBotVersionsResponse.Builder nextToken(String nextToken)
A pagination token for fetching the next page of bot 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 bot 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.