public static interface ETag.Builder extends SdkPojo, CopyableBuilder<ETag.Builder,ETag>
| Modifier and Type | Method and Description |
|---|---|
ETag.Builder |
algorithm(ETagAlgorithm algorithm)
The algorithm used to calculate the read set’s ETag(s).
|
ETag.Builder |
algorithm(String algorithm)
The algorithm used to calculate the read set’s ETag(s).
|
ETag.Builder |
source1(String source1)
The ETag hash calculated on Source1 of the read set.
|
ETag.Builder |
source2(String source2)
The ETag hash calculated on Source2 of the read set.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildETag.Builder algorithm(String algorithm)
The algorithm used to calculate the read set’s ETag(s).
algorithm - The algorithm used to calculate the read set’s ETag(s).ETagAlgorithm,
ETagAlgorithmETag.Builder algorithm(ETagAlgorithm algorithm)
The algorithm used to calculate the read set’s ETag(s).
algorithm - The algorithm used to calculate the read set’s ETag(s).ETagAlgorithm,
ETagAlgorithmETag.Builder source1(String source1)
The ETag hash calculated on Source1 of the read set.
source1 - The ETag hash calculated on Source1 of the read set.ETag.Builder source2(String source2)
The ETag hash calculated on Source2 of the read set.
source2 - The ETag hash calculated on Source2 of the read set.Copyright © 2023. All rights reserved.