Interface DeleteResourceResponse.Builder

    • Method Detail

      • progressEvent

        DeleteResourceResponse.Builder progressEvent​(ProgressEvent progressEvent)

        Represents the current status of the resource deletion request.

        After you have initiated a resource deletion request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by DeleteResource.

        Parameters:
        progressEvent - Represents the current status of the resource deletion request.

        After you have initiated a resource deletion request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by DeleteResource.

        Returns:
        Returns a reference to this object so that method calls can be chained together.