public static interface Checksum.Builder extends SdkPojo, CopyableBuilder<Checksum.Builder,Checksum>
| Modifier and Type | Method and Description |
|---|---|
Checksum.Builder |
sum(String sum)
The checksum of the model.
|
Checksum.Builder |
type(ChecksumType type)
The type of the checksum.
|
Checksum.Builder |
type(String type)
The type of the checksum.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChecksum.Builder type(String type)
The type of the checksum.
type - The type of the checksum.ChecksumType,
ChecksumTypeChecksum.Builder type(ChecksumType type)
The type of the checksum.
type - The type of the checksum.ChecksumType,
ChecksumTypeChecksum.Builder sum(String sum)
The checksum of the model.
sum - The checksum of the model.Copyright © 2023. All rights reserved.