public static interface GetBotChannelAssociationsResponse.Builder extends LexModelBuildingResponse.Builder, CopyableBuilder<GetBotChannelAssociationsResponse.Builder,GetBotChannelAssociationsResponse>
Modifier and Type | Method and Description |
---|---|
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 |
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 |
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.
|
GetBotChannelAssociationsResponse.Builder |
nextToken(String nextToken)
A pagination token that fetches the next page of associations.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
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.
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 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.
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 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.
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 #botChannelAssociations(List)
.botChannelAssociations
- a consumer that will call methods on List.Builder
#botChannelAssociations(List)
GetBotChannelAssociationsResponse.Builder nextToken(String nextToken)
A pagination token that fetches the next page of associations. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of associations, specify the pagination token in the next request.
nextToken
- A pagination token that fetches the next page of associations. If the response to this call is
truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of
associations, specify the pagination token in the next request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.