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 Details

    • 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

      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 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • botAliasStatus

      DeleteBotAliasResponse.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: