Interface CompleteSnapshotResponse.Builder

    • Method Detail

      • status

        CompleteSnapshotResponse.Builder status​(String status)

        The status of the snapshot.

        Parameters:
        status - The status of the snapshot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status
      • status

        CompleteSnapshotResponse.Builder status​(Status status)

        The status of the snapshot.

        Parameters:
        status - The status of the snapshot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status