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)
Returns the date that the object was last modified.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
CopyObjectResult.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. The source and destination ETag is identical for a successfully copied object.
eTag
- Returns the ETag of the new object. The ETag reflects only changes to the contents of an object, not
its metadata. The source and destination ETag is identical for a successfully copied object.CopyObjectResult.Builder lastModified(Instant lastModified)
Returns the date that the object was last modified.
lastModified
- Returns the date that the object was last modified.Copyright © 2019. All rights reserved.