public static interface CopyObjectResult.Builder extends SdkPojo, CopyableBuilder<CopyObjectResult.Builder,CopyObjectResult>
| Modifier and Type | Method and Description |
|---|---|
CopyObjectResult.Builder |
eTag(String eTag)
Returns the ETag of the new object.
|
CopyObjectResult.Builder |
lastModified(Instant lastModified)
Creation date of the object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCopyObjectResult.Builder eTag(String eTag)
Returns the ETag of the new object. The ETag reflects only changes to the contents of an object, not its metadata.
eTag - Returns the ETag of the new object. The ETag reflects only changes to the contents of an object, not
its metadata.CopyObjectResult.Builder lastModified(Instant lastModified)
Creation date of the object.
lastModified - Creation date of the object.Copyright © 2021. All rights reserved.