public static interface Part.Builder extends CopyableBuilder<Part.Builder,Part>
| Modifier and Type | Method and Description |
|---|---|
Part.Builder |
eTag(String eTag)
Entity tag returned when the part was uploaded.
|
Part.Builder |
lastModified(Instant lastModified)
Date and time at which the part was uploaded.
|
Part.Builder |
partNumber(Integer partNumber)
Part number identifying the part.
|
Part.Builder |
size(Long size)
Size of the uploaded part data.
|
copyapply, buildPart.Builder partNumber(Integer partNumber)
partNumber - Part number identifying the part. This is a positive integer between 1 and 10,000.Part.Builder lastModified(Instant lastModified)
lastModified - Date and time at which the part was uploaded.Part.Builder eTag(String eTag)
eTag - Entity tag returned when the part was uploaded.Part.Builder size(Long size)
size - Size of the uploaded part data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.