Interface DescribeKeyValueStoreResponse.Builder

  • Method Details

    • 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

      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

      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

      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

      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.