Interface DeleteBotAliasResponse.Builder

    • 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 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, BotAliasStatus
      • 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:
        BotAliasStatus, BotAliasStatus