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 Amazon Web Services Regions of the Amazon Lex bots associated with the specified instance.
|
ListLexBotsResponse.Builder |
lexBots(Consumer<LexBot.Builder>... lexBots)
The names and Amazon Web Services Regions of the Amazon Lex bots associated with the specified instance.
|
ListLexBotsResponse.Builder |
lexBots(LexBot... lexBots)
The names and Amazon Web Services 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 Amazon Web Services Regions of the Amazon Lex bots associated with the specified instance.
lexBots - The names and Amazon Web Services Regions of the Amazon Lex bots associated with the specified
instance.ListLexBotsResponse.Builder lexBots(LexBot... lexBots)
The names and Amazon Web Services Regions of the Amazon Lex bots associated with the specified instance.
lexBots - The names and Amazon Web Services Regions of the Amazon Lex bots associated with the specified
instance.ListLexBotsResponse.Builder lexBots(Consumer<LexBot.Builder>... lexBots)
The names and Amazon Web Services Regions of the Amazon Lex bots associated with the specified instance.
This is a convenience method that creates an instance of theLexBot.Builder avoiding the need to create one manually
via LexBot.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
LexBot.Builder#lexBots(java.util.Collection) 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 © 2023. All rights reserved.