Interface GetKeyResponse.Builder

    • Method Detail

      • key

        GetKeyResponse.Builder key​(String key)

        The key of the key value pair.

        Parameters:
        key - The key of the key value pair.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        GetKeyResponse.Builder value​(String value)

        The value of the key value pair.

        Parameters:
        value - The value of the key value pair.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • itemCount

        GetKeyResponse.Builder itemCount​(Integer itemCount)

        Number of key value pairs in the Key Value Store.

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

        GetKeyResponse.Builder totalSizeInBytes​(Long totalSizeInBytes)

        Total size of the Key Value Store in bytes.

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