public static interface S3FileLocation.Builder extends SdkPojo, CopyableBuilder<S3FileLocation.Builder,S3FileLocation>
| Modifier and Type | Method and Description |
|---|---|
S3FileLocation.Builder |
bucket(String bucket)
Specifies the S3 bucket that contains the file being used.
|
S3FileLocation.Builder |
etag(String etag)
The entity tag is a hash of the object.
|
S3FileLocation.Builder |
key(String key)
The name assigned to the file when it was created in Amazon S3.
|
S3FileLocation.Builder |
versionId(String versionId)
Specifies the file version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3FileLocation.Builder bucket(String bucket)
Specifies the S3 bucket that contains the file being used.
bucket - Specifies the S3 bucket that contains the file being used.S3FileLocation.Builder key(String key)
The name assigned to the file when it was created in Amazon S3. You use the object key to retrieve the object.
key - The name assigned to the file when it was created in Amazon S3. You use the object key to retrieve the
object.S3FileLocation.Builder versionId(String versionId)
Specifies the file version.
versionId - Specifies the file version.S3FileLocation.Builder etag(String etag)
The entity tag is a hash of the object. The ETag reflects changes only to the contents of an object, not its metadata.
etag - The entity tag is a hash of the object. The ETag reflects changes only to the contents of an object,
not its metadata.Copyright © 2023. All rights reserved.