| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
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 key (name) that's assigned to the object.
|
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 path to the object, including the full key (name).
|
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's used to encrypt the object.
|
S3Object.Builder |
S3Object.Builder.serverSideEncryption(ServerSideEncryption serverSideEncryption)
The type of server-side encryption that's 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(StorageClass storageClass)
The storage class of the object.
|
S3Object.Builder |
S3Object.Builder.storageClass(String 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Object.Builder> |
S3Object.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResourcesAffected.Builder |
ResourcesAffected.Builder.s3Object(Consumer<S3Object.Builder> s3Object)
The details of the S3 object that the finding applies to.
|
Copyright © 2021. All rights reserved.