public static interface CopyPartResult.Builder extends CopyableBuilder<CopyPartResult.Builder,CopyPartResult>
| Modifier and Type | Method and Description |
|---|---|
CopyPartResult.Builder |
eTag(String eTag)
Entity tag of the object.
|
CopyPartResult.Builder |
lastModified(Instant lastModified)
Date and time at which the object was uploaded.
|
copyapply, buildCopyPartResult.Builder eTag(String eTag)
eTag - Entity tag of the object.CopyPartResult.Builder lastModified(Instant lastModified)
lastModified - Date and time at which the object was uploaded.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.