public static interface CompleteSnapshotRequest.Builder extends EbsRequest.Builder, SdkPojo, CopyableBuilder<CompleteSnapshotRequest.Builder,CompleteSnapshotRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCompleteSnapshotRequest.Builder snapshotId(String snapshotId)
The ID of the snapshot.
snapshotId - The ID of the snapshot.CompleteSnapshotRequest.Builder changedBlocksCount(Integer changedBlocksCount)
The number of blocks that were written to the snapshot.
changedBlocksCount - The number of blocks that were written to the snapshot.CompleteSnapshotRequest.Builder checksum(String checksum)
An aggregated Base-64 SHA256 checksum based on the checksums of each written block.
To generate the aggregated checksum using the linear aggregation method, arrange the checksums for each written block in ascending order of their block index, concatenate them to form a single string, and then generate the checksum on the entire string using the SHA256 algorithm.
checksum - An aggregated Base-64 SHA256 checksum based on the checksums of each written block.
To generate the aggregated checksum using the linear aggregation method, arrange the checksums for each written block in ascending order of their block index, concatenate them to form a single string, and then generate the checksum on the entire string using the SHA256 algorithm.
CompleteSnapshotRequest.Builder checksumAlgorithm(String checksumAlgorithm)
The algorithm used to generate the checksum. Currently, the only supported algorithm is SHA256.
checksumAlgorithm - The algorithm used to generate the checksum. Currently, the only supported algorithm is
SHA256.ChecksumAlgorithm,
ChecksumAlgorithmCompleteSnapshotRequest.Builder checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)
The algorithm used to generate the checksum. Currently, the only supported algorithm is SHA256.
checksumAlgorithm - The algorithm used to generate the checksum. Currently, the only supported algorithm is
SHA256.ChecksumAlgorithm,
ChecksumAlgorithmCompleteSnapshotRequest.Builder checksumAggregationMethod(String checksumAggregationMethod)
The aggregation method used to generate the checksum. Currently, the only supported aggregation method is
LINEAR.
checksumAggregationMethod - The aggregation method used to generate the checksum. Currently, the only supported aggregation method
is LINEAR.ChecksumAggregationMethod,
ChecksumAggregationMethodCompleteSnapshotRequest.Builder checksumAggregationMethod(ChecksumAggregationMethod checksumAggregationMethod)
The aggregation method used to generate the checksum. Currently, the only supported aggregation method is
LINEAR.
checksumAggregationMethod - The aggregation method used to generate the checksum. Currently, the only supported aggregation method
is LINEAR.ChecksumAggregationMethod,
ChecksumAggregationMethodCompleteSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCompleteSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.