Interface DeleteSnapshotResponse.Builder

    • Method Detail

      • snapshotId

        DeleteSnapshotResponse.Builder snapshotId​(String snapshotId)

        The ID of the deleted snapshot.

        Parameters:
        snapshotId - The ID of the deleted snapshot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lifecycle

        DeleteSnapshotResponse.Builder lifecycle​(String lifecycle)

        The lifecycle status of the snapshot. If the DeleteSnapshot operation is successful, this status is DELETING.

        Parameters:
        lifecycle - The lifecycle status of the snapshot. If the DeleteSnapshot operation is successful, this status is DELETING.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SnapshotLifecycle, SnapshotLifecycle
      • lifecycle

        DeleteSnapshotResponse.Builder lifecycle​(SnapshotLifecycle lifecycle)

        The lifecycle status of the snapshot. If the DeleteSnapshot operation is successful, this status is DELETING.

        Parameters:
        lifecycle - The lifecycle status of the snapshot. If the DeleteSnapshot operation is successful, this status is DELETING.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SnapshotLifecycle, SnapshotLifecycle