public static interface GetBotRequest.Builder extends LexModelBuildingRequest.Builder, SdkPojo, CopyableBuilder<GetBotRequest.Builder,GetBotRequest>
| Modifier and Type | Method and Description |
|---|---|
GetBotRequest.Builder |
name(String name)
The name of the bot.
|
GetBotRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBotRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetBotRequest.Builder |
versionOrAlias(String versionOrAlias)
The version or alias of the bot.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBotRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetBotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.