public static interface DeleteBotAliasResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DeleteBotAliasResponse.Builder,DeleteBotAliasResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteBotAliasResponse.Builder |
botAliasId(String botAliasId)
The unique identifier of the bot alias to delete.
|
DeleteBotAliasResponse.Builder |
botAliasStatus(BotAliasStatus botAliasStatus)
The current status of the alias.
|
DeleteBotAliasResponse.Builder |
botAliasStatus(String botAliasStatus)
The current status of the alias.
|
DeleteBotAliasResponse.Builder |
botId(String botId)
The unique identifier of the bot that contains the alias to delete.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteBotAliasResponse.Builder botAliasId(String botAliasId)
The unique identifier of the bot alias to delete.
botAliasId - The unique identifier of the bot alias to delete.DeleteBotAliasResponse.Builder botId(String botId)
The unique identifier of the bot that contains the alias to delete.
botId - The unique identifier of the bot that contains the alias to delete.DeleteBotAliasResponse.Builder botAliasStatus(String botAliasStatus)
The current status of the alias. The status is Deleting while the alias is in the process of
being deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned by the
ListBotAliases operation.
botAliasStatus - The current status of the alias. The status is Deleting while the alias is in the process
of being deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned
by the ListBotAliases operation.BotAliasStatus,
BotAliasStatusDeleteBotAliasResponse.Builder botAliasStatus(BotAliasStatus botAliasStatus)
The current status of the alias. The status is Deleting while the alias is in the process of
being deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned by the
ListBotAliases operation.
botAliasStatus - The current status of the alias. The status is Deleting while the alias is in the process
of being deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned
by the ListBotAliases operation.BotAliasStatus,
BotAliasStatusCopyright © 2023. All rights reserved.