Interface PutKeyResponse.Builder

    • Method Detail

      • itemCount

        PutKeyResponse.Builder itemCount​(Integer itemCount)

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

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

        PutKeyResponse.Builder totalSizeInBytes​(Long totalSizeInBytes)

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

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

        PutKeyResponse.Builder eTag​(String eTag)

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

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