S3Object.Builder |
S3Object.Builder.bucketArn(String bucketArn) |
The Amazon Resource Name (ARN) of the bucket that contains the object.
|
static S3Object.Builder |
S3Object.builder() |
|
S3Object.Builder |
S3Object.Builder.eTag(String eTag) |
The entity tag (ETag) that identifies the affected version of the object.
|
S3Object.Builder |
S3Object.Builder.extension(String extension) |
The file name extension of the object.
|
S3Object.Builder |
S3Object.Builder.key(String key) |
The full name (key) of the object, including the object's prefix if applicable.
|
S3Object.Builder |
S3Object.Builder.lastModified(Instant lastModified) |
The date and time, in UTC and extended ISO 8601 format, when the object was last modified.
|
S3Object.Builder |
S3Object.Builder.path(String path) |
The full path to the affected object, including the name of the affected bucket and the object's name (key).
|
S3Object.Builder |
S3Object.Builder.publicAccess(Boolean publicAccess) |
Specifies whether the object is publicly accessible due to the combination of permissions settings that apply
to the object.
|
default S3Object.Builder |
S3Object.Builder.serverSideEncryption(Consumer<ServerSideEncryption.Builder> serverSideEncryption) |
The type of server-side encryption that was used to encrypt the object.
|
S3Object.Builder |
S3Object.Builder.serverSideEncryption(ServerSideEncryption serverSideEncryption) |
The type of server-side encryption that was used to encrypt the object.
|
S3Object.Builder |
S3Object.Builder.size(Long size) |
The total storage size, in bytes, of the object.
|
S3Object.Builder |
S3Object.Builder.storageClass(String storageClass) |
The storage class of the object.
|
S3Object.Builder |
S3Object.Builder.storageClass(StorageClass storageClass) |
The storage class of the object.
|
S3Object.Builder |
S3Object.Builder.tags(Collection<KeyValuePair> tags) |
The tags that are associated with the object.
|
S3Object.Builder |
S3Object.Builder.tags(Consumer<KeyValuePair.Builder>... tags) |
The tags that are associated with the object.
|
S3Object.Builder |
S3Object.Builder.tags(KeyValuePair... tags) |
The tags that are associated with the object.
|
S3Object.Builder |
S3Object.toBuilder() |
|
S3Object.Builder |
S3Object.Builder.versionId(String versionId) |
The identifier for the affected version of the object.
|