Interface DescribeKeyValueStoreResponse.Builder

    • Method Detail

      • itemCount

        DescribeKeyValueStoreResponse.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

        DescribeKeyValueStoreResponse.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.
      • kvsARN

        DescribeKeyValueStoreResponse.Builder kvsARN​(String kvsARN)

        The Amazon Resource Name (ARN) of the Key Value Store.

        Parameters:
        kvsARN - The Amazon Resource Name (ARN) of the Key Value Store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • created

        DescribeKeyValueStoreResponse.Builder created​(Instant created)

        Date and time when the Key Value Store was created.

        Parameters:
        created - Date and time when the Key Value Store was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eTag

        DescribeKeyValueStoreResponse.Builder eTag​(String eTag)

        The version identifier for the current version of the Key Value Store.

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

        DescribeKeyValueStoreResponse.Builder lastModified​(Instant lastModified)

        Date and time when the key value pairs in the Key Value Store was last modified.

        Parameters:
        lastModified - Date and time when the key value pairs in the Key Value Store was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        DescribeKeyValueStoreResponse.Builder status​(String status)

        The current status of the Key Value Store.

        Parameters:
        status - The current status of the Key Value Store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureReason

        DescribeKeyValueStoreResponse.Builder failureReason​(String failureReason)

        The reason for Key Value Store creation failure.

        Parameters:
        failureReason - The reason for Key Value Store creation failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.