Interface DeleteKeyResponse.Builder

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

  • Method Details

    • itemCount

      DeleteKeyResponse.Builder itemCount(Integer itemCount)

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

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

      DeleteKeyResponse.Builder totalSizeInBytes(Long totalSizeInBytes)

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

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

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

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