public static interface GetSnapshotBlockResponse.Builder extends EbsResponse.Builder, SdkPojo, CopyableBuilder<GetSnapshotBlockResponse.Builder,GetSnapshotBlockResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSnapshotBlockResponse.Builder |
checksum(String checksum)
The checksum generated for the block, which is Base64 encoded.
|
GetSnapshotBlockResponse.Builder |
checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)
The algorithm used to generate the checksum for the block, such as SHA256.
|
GetSnapshotBlockResponse.Builder |
checksumAlgorithm(String checksumAlgorithm)
The algorithm used to generate the checksum for the block, such as SHA256.
|
GetSnapshotBlockResponse.Builder |
dataLength(Integer dataLength)
The size of the data in the block.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSnapshotBlockResponse.Builder dataLength(Integer dataLength)
The size of the data in the block.
dataLength - The size of the data in the block.GetSnapshotBlockResponse.Builder checksum(String checksum)
The checksum generated for the block, which is Base64 encoded.
checksum - The checksum generated for the block, which is Base64 encoded.GetSnapshotBlockResponse.Builder checksumAlgorithm(String checksumAlgorithm)
The algorithm used to generate the checksum for the block, such as SHA256.
checksumAlgorithm - The algorithm used to generate the checksum for the block, such as SHA256.ChecksumAlgorithm,
ChecksumAlgorithmGetSnapshotBlockResponse.Builder checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)
The algorithm used to generate the checksum for the block, such as SHA256.
checksumAlgorithm - The algorithm used to generate the checksum for the block, such as SHA256.ChecksumAlgorithm,
ChecksumAlgorithmCopyright © 2022. All rights reserved.