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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutSnapshotBlockResponse.Builderchecksum(String checksum)The SHA256 checksum generated for the block data by Amazon EBS.PutSnapshotBlockResponse.BuilderchecksumAlgorithm(String checksumAlgorithm)The algorithm used by Amazon EBS to generate the checksum.PutSnapshotBlockResponse.BuilderchecksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)The algorithm used by Amazon EBS to generate the checksum.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ebs.model.EbsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
checksum
PutSnapshotBlockResponse.Builder checksum(String 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,ChecksumAlgorithm
-
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:
ChecksumAlgorithm,ChecksumAlgorithm
-
-