public static interface GetBotChannelAssociationsRequest.Builder extends LexModelBuildingRequest.Builder, CopyableBuilder<GetBotChannelAssociationsRequest.Builder,GetBotChannelAssociationsRequest>
Modifier and Type | Method and Description |
---|---|
GetBotChannelAssociationsRequest.Builder |
botAlias(String botAlias)
An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
|
GetBotChannelAssociationsRequest.Builder |
botName(String botName)
The name of the Amazon Lex bot in the association.
|
GetBotChannelAssociationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of associations to return in the response.
|
GetBotChannelAssociationsRequest.Builder |
nameContains(String nameContains)
Substring to match in channel association names.
|
GetBotChannelAssociationsRequest.Builder |
nextToken(String nextToken)
A pagination token for fetching the next page of associations.
|
GetBotChannelAssociationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetBotChannelAssociationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
GetBotChannelAssociationsRequest.Builder botName(String botName)
The name of the Amazon Lex bot in the association.
botName
- The name of the Amazon Lex bot in the association.GetBotChannelAssociationsRequest.Builder botAlias(String botAlias)
An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
botAlias
- An alias pointing to the specific version of the Amazon Lex bot to which this association is being
made.GetBotChannelAssociationsRequest.Builder nextToken(String nextToken)
A pagination token for fetching 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 for fetching 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.GetBotChannelAssociationsRequest.Builder maxResults(Integer maxResults)
The maximum number of associations to return in the response. The default is 50.
maxResults
- The maximum number of associations to return in the response. The default is 50.GetBotChannelAssociationsRequest.Builder nameContains(String nameContains)
Substring to match in channel association names. An association will be returned if any part of its name
matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz." To return all bot channel
associations, use a hyphen ("-") as the nameContains
parameter.
nameContains
- Substring to match in channel association names. An association will be returned if any part of its
name matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz." To return all bot
channel associations, use a hyphen ("-") as the nameContains
parameter.GetBotChannelAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetBotChannelAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.