| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
GetBotChannelAssociationsResponse.Builder |
GetBotChannelAssociationsResponse.Builder.botChannelAssociations(BotChannelAssociation... botChannelAssociations)
An array of objects, one for each association, that provides information about the Amazon Lex bot and its
association with the channel.
|
GetBotChannelAssociationsResponse.Builder |
GetBotChannelAssociationsResponse.Builder.botChannelAssociations(Collection<BotChannelAssociation> botChannelAssociations)
An array of objects, one for each association, that provides information about the Amazon Lex bot and its
association with the channel.
|
GetBotChannelAssociationsResponse.Builder |
GetBotChannelAssociationsResponse.Builder.botChannelAssociations(Consumer<BotChannelAssociation.Builder>... botChannelAssociations)
An array of objects, one for each association, that provides information about the Amazon Lex bot and its
association with the channel.
|
static GetBotChannelAssociationsResponse.Builder |
GetBotChannelAssociationsResponse.builder() |
GetBotChannelAssociationsResponse.Builder |
GetBotChannelAssociationsResponse.Builder.nextToken(String nextToken)
A pagination token that fetches the next page of associations.
|
GetBotChannelAssociationsResponse.Builder |
GetBotChannelAssociationsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetBotChannelAssociationsResponse.Builder> |
GetBotChannelAssociationsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.