public static interface ListLexBotsResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListLexBotsResponse.Builder,ListLexBotsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLexBotsResponse.Builder |
lexBots(Collection<LexBot> lexBots)
The names and Regions of the Amazon Lex bots associated with the specified instance.
|
ListLexBotsResponse.Builder |
lexBots(Consumer<LexBot.Builder>... lexBots)
The names and Regions of the Amazon Lex bots associated with the specified instance.
|
ListLexBotsResponse.Builder |
lexBots(LexBot... lexBots)
The names and Regions of the Amazon Lex bots associated with the specified instance.
|
ListLexBotsResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLexBotsResponse.Builder lexBots(Collection<LexBot> lexBots)
The names and Regions of the Amazon Lex bots associated with the specified instance.
lexBots - The names and Regions of the Amazon Lex bots associated with the specified instance.ListLexBotsResponse.Builder lexBots(LexBot... lexBots)
The names and Regions of the Amazon Lex bots associated with the specified instance.
lexBots - The names and Regions of the Amazon Lex bots associated with the specified instance.ListLexBotsResponse.Builder lexBots(Consumer<LexBot.Builder>... lexBots)
The names and Regions of the Amazon Lex bots associated with the specified instance.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #lexBots(List) .lexBots - a consumer that will call methods on List.Builder #lexBots(List) ListLexBotsResponse.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 © 2021. All rights reserved.