public static interface GetBotRequest.Builder extends LexModelBuildingRequest.Builder, CopyableBuilder<GetBotRequest.Builder,GetBotRequest>
Modifier and Type | Method and Description |
---|---|
GetBotRequest.Builder |
name(String name)
The name of the bot.
|
GetBotRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetBotRequest.Builder |
versionOrAlias(String versionOrAlias)
The version or alias of the bot.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
GetBotRequest.Builder name(String name)
The name of the bot. The name is case sensitive.
name
- The name of the bot. The name is case sensitive.GetBotRequest.Builder versionOrAlias(String versionOrAlias)
The version or alias of the bot.
versionOrAlias
- The version or alias of the bot.GetBotRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.