Interface DeleteKeyResponse.Builder

    • Method Detail

      • itemCount

        DeleteKeyResponse.Builder itemCount​(Integer itemCount)

        Number of key value pairs in the Key Value Store after the successful delete.

        Parameters:
        itemCount - Number of key value pairs in the Key Value Store after the successful delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalSizeInBytes

        DeleteKeyResponse.Builder totalSizeInBytes​(Long totalSizeInBytes)

        Total size of the Key Value Store after the successful delete, in bytes.

        Parameters:
        totalSizeInBytes - Total size of the Key Value Store after the successful delete, in bytes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eTag

        DeleteKeyResponse.Builder eTag​(String eTag)

        The current version identifier of the Key Value Store after the successful delete.

        Parameters:
        eTag - The current version identifier of the Key Value Store after the successful delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.