Interface DeleteBotAliasResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteBotAliasResponse.Builder,DeleteBotAliasResponse>,LexModelsV2Response.Builder,SdkBuilder<DeleteBotAliasResponse.Builder,DeleteBotAliasResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteBotAliasResponse
public static interface DeleteBotAliasResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DeleteBotAliasResponse.Builder,DeleteBotAliasResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteBotAliasResponse.BuilderbotAliasId(String botAliasId)The unique identifier of the bot alias to delete.DeleteBotAliasResponse.BuilderbotAliasStatus(String botAliasStatus)The current status of the alias.DeleteBotAliasResponse.BuilderbotAliasStatus(BotAliasStatus botAliasStatus)The current status of the alias.DeleteBotAliasResponse.BuilderbotId(String botId)The unique identifier of the bot that contains the alias to delete.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
botAliasId
DeleteBotAliasResponse.Builder botAliasId(String botAliasId)
The unique identifier of the bot alias to delete.
- Parameters:
botAliasId- The unique identifier of the bot alias to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botId
DeleteBotAliasResponse.Builder botId(String botId)
The unique identifier of the bot that contains the alias to delete.
- Parameters:
botId- The unique identifier of the bot that contains the alias to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botAliasStatus
DeleteBotAliasResponse.Builder botAliasStatus(String botAliasStatus)
The current status of the alias. The status is
Deletingwhile 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 theListBotAliasesoperation.- Parameters:
botAliasStatus- The current status of the alias. The status isDeletingwhile 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 theListBotAliasesoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BotAliasStatus,BotAliasStatus
-
botAliasStatus
DeleteBotAliasResponse.Builder botAliasStatus(BotAliasStatus botAliasStatus)
The current status of the alias. The status is
Deletingwhile 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 theListBotAliasesoperation.- Parameters:
botAliasStatus- The current status of the alias. The status isDeletingwhile 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 theListBotAliasesoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BotAliasStatus,BotAliasStatus
-
-