public static interface PutSnapshotBlockResponse.Builder extends EbsResponse.Builder, SdkPojo, CopyableBuilder<PutSnapshotBlockResponse.Builder,PutSnapshotBlockResponse>
| Modifier and Type | Method and Description |
|---|---|
PutSnapshotBlockResponse.Builder |
checksum(String checksum)
The SHA256 checksum generated for the block data by Amazon EBS.
|
PutSnapshotBlockResponse.Builder |
checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)
The algorithm used by Amazon EBS to generate the checksum.
|
PutSnapshotBlockResponse.Builder |
checksumAlgorithm(String checksumAlgorithm)
The algorithm used by Amazon EBS to generate the checksum.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutSnapshotBlockResponse.Builder checksum(String checksum)
The SHA256 checksum generated for the block data by Amazon EBS.
checksum - The SHA256 checksum generated for the block data by Amazon EBS.PutSnapshotBlockResponse.Builder checksumAlgorithm(String checksumAlgorithm)
The algorithm used by Amazon EBS to generate the checksum.
checksumAlgorithm - The algorithm used by Amazon EBS to generate the checksum.ChecksumAlgorithm,
ChecksumAlgorithmPutSnapshotBlockResponse.Builder checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)
The algorithm used by Amazon EBS to generate the checksum.
checksumAlgorithm - The algorithm used by Amazon EBS to generate the checksum.ChecksumAlgorithm,
ChecksumAlgorithmCopyright © 2023. All rights reserved.