public static interface DescribeBotVersionRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<DescribeBotVersionRequest.Builder,DescribeBotVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeBotVersionRequest.Builder |
botId(String botId)
The identifier of the bot containing the version to return metadata for.
|
DescribeBotVersionRequest.Builder |
botVersion(String botVersion)
The version of the bot to return metadata for.
|
DescribeBotVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeBotVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeBotVersionRequest.Builder botId(String botId)
The identifier of the bot containing the version to return metadata for.
botId - The identifier of the bot containing the version to return metadata for.DescribeBotVersionRequest.Builder botVersion(String botVersion)
The version of the bot to return metadata for.
botVersion - The version of the bot to return metadata for.DescribeBotVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeBotVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.