public static interface S3Object.Builder extends SdkPojo, CopyableBuilder<S3Object.Builder,S3Object>
| Modifier and Type | Method and Description |
|---|---|
S3Object.Builder |
bucket(String bucket)
The bucket containing the object.
|
S3Object.Builder |
etag(String etag)
The etag of the object.
|
S3Object.Builder |
key(String key)
The key of the object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Object.Builder bucket(String bucket)
The bucket containing the object.
bucket - The bucket containing the object.S3Object.Builder key(String key)
The key of the object.
key - The key of the object.S3Object.Builder etag(String etag)
The etag of the object.
etag - The etag of the object.Copyright © 2020. All rights reserved.