Interface PutSnapshotBlockResponse.Builder

  • Method Details

    • checksum

      The SHA256 checksum generated for the block data by Amazon EBS.

      Parameters:
      checksum - The SHA256 checksum generated for the block data by Amazon EBS.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • checksumAlgorithm

      PutSnapshotBlockResponse.Builder checksumAlgorithm(String checksumAlgorithm)

      The algorithm used by Amazon EBS to generate the checksum.

      Parameters:
      checksumAlgorithm - The algorithm used by Amazon EBS to generate the checksum.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • checksumAlgorithm

      PutSnapshotBlockResponse.Builder checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)

      The algorithm used by Amazon EBS to generate the checksum.

      Parameters:
      checksumAlgorithm - The algorithm used by Amazon EBS to generate the checksum.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: