public static interface GetBotAliasRequest.Builder extends LexModelBuildingRequest.Builder, SdkPojo, CopyableBuilder<GetBotAliasRequest.Builder,GetBotAliasRequest>
| Modifier and Type | Method and Description |
|---|---|
GetBotAliasRequest.Builder |
botName(String botName)
The name of the bot.
|
GetBotAliasRequest.Builder |
name(String name)
The name of the bot alias.
|
GetBotAliasRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBotAliasRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBotAliasRequest.Builder name(String name)
The name of the bot alias. The name is case sensitive.
name - The name of the bot alias. The name is case sensitive.GetBotAliasRequest.Builder botName(String botName)
The name of the bot.
botName - The name of the bot.GetBotAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetBotAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.