Interface GetSnapshotBlockResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetSnapshotBlockResponse.Builder,GetSnapshotBlockResponse>,EbsResponse.Builder,SdkBuilder<GetSnapshotBlockResponse.Builder,GetSnapshotBlockResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetSnapshotBlockResponse
public static interface GetSnapshotBlockResponse.Builder extends EbsResponse.Builder, SdkPojo, CopyableBuilder<GetSnapshotBlockResponse.Builder,GetSnapshotBlockResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSnapshotBlockResponse.Builderchecksum(String checksum)The checksum generated for the block, which is Base64 encoded.GetSnapshotBlockResponse.BuilderchecksumAlgorithm(String checksumAlgorithm)The algorithm used to generate the checksum for the block, such as SHA256.GetSnapshotBlockResponse.BuilderchecksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)The algorithm used to generate the checksum for the block, such as SHA256.GetSnapshotBlockResponse.BuilderdataLength(Integer dataLength)The size of the data in the block.-
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
-
dataLength
GetSnapshotBlockResponse.Builder dataLength(Integer dataLength)
The size of the data in the block.
- Parameters:
dataLength- The size of the data in the block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
checksum
GetSnapshotBlockResponse.Builder checksum(String checksum)
The checksum generated for the block, which is Base64 encoded.
- Parameters:
checksum- The checksum generated for the block, which is Base64 encoded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
checksumAlgorithm
GetSnapshotBlockResponse.Builder checksumAlgorithm(String checksumAlgorithm)
The algorithm used to generate the checksum for the block, such as SHA256.
- Parameters:
checksumAlgorithm- The algorithm used to generate the checksum for the block, such as SHA256.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChecksumAlgorithm,ChecksumAlgorithm
-
checksumAlgorithm
GetSnapshotBlockResponse.Builder checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)
The algorithm used to generate the checksum for the block, such as SHA256.
- Parameters:
checksumAlgorithm- The algorithm used to generate the checksum for the block, such as SHA256.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChecksumAlgorithm,ChecksumAlgorithm
-
-