Interface GetKeyResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CloudFrontKeyValueStoreResponse.Builder, CopyableBuilder<GetKeyResponse.Builder,GetKeyResponse>, SdkBuilder<GetKeyResponse.Builder,GetKeyResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetKeyResponse

  • Method Details

    • 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

      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.