public static interface ListBotsResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListBotsResponse.Builder,ListBotsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBotsResponse.Builder |
lexBots(Collection<LexBotConfig> lexBots)
The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the
specified instance.
|
ListBotsResponse.Builder |
lexBots(Consumer<LexBotConfig.Builder>... lexBots)
The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the
specified instance.
|
ListBotsResponse.Builder |
lexBots(LexBotConfig... lexBots)
The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the
specified instance.
|
ListBotsResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBotsResponse.Builder lexBots(Collection<LexBotConfig> lexBots)
The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified instance.
lexBots - The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the
specified instance.ListBotsResponse.Builder lexBots(LexBotConfig... lexBots)
The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified instance.
lexBots - The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the
specified instance.ListBotsResponse.Builder lexBots(Consumer<LexBotConfig.Builder>... lexBots)
The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified instance.
This is a convenience method that creates an instance of theLexBotConfig.Builder avoiding the need to create one
manually via LexBotConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #lexBots(List.
lexBots - a consumer that will call methods on
LexBotConfig.Builder#lexBots(java.util.Collection) ListBotsResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.Copyright © 2023. All rights reserved.