public static interface PartListElement.Builder extends CopyableBuilder<PartListElement.Builder,PartListElement>
| Modifier and Type | Method and Description |
|---|---|
PartListElement.Builder |
rangeInBytes(String rangeInBytes)
The byte range of a part, inclusive of the upper value of the range.
|
PartListElement.Builder |
sha256TreeHash(String sha256TreeHash)
The SHA256 tree hash value that Amazon Glacier calculated for the part.
|
copyapply, buildPartListElement.Builder rangeInBytes(String rangeInBytes)
The byte range of a part, inclusive of the upper value of the range.
rangeInBytes - The byte range of a part, inclusive of the upper value of the range.PartListElement.Builder sha256TreeHash(String sha256TreeHash)
The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never null
.
sha256TreeHash - The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never
null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.