Interface PutSnapshotBlockResponse.Builder

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

public static interface PutSnapshotBlockResponse.Builder extends EbsResponse.Builder, SdkPojo, CopyableBuilder<PutSnapshotBlockResponse.Builder,PutSnapshotBlockResponse>
  • 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: