| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
BucketMetadata.Builder |
BucketMetadata.Builder.accountId(String accountId)
The unique identifier for the Amazon Web Services account that owns the bucket.
|
BucketMetadata.Builder |
BucketMetadata.Builder.allowsUnencryptedObjectUploads(AllowsUnencryptedObjectUploads allowsUnencryptedObjectUploads)
Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects
are added to the bucket.
|
BucketMetadata.Builder |
BucketMetadata.Builder.allowsUnencryptedObjectUploads(String allowsUnencryptedObjectUploads)
Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects
are added to the bucket.
|
BucketMetadata.Builder |
BucketMetadata.Builder.bucketArn(String bucketArn)
The Amazon Resource Name (ARN) of the bucket.
|
BucketMetadata.Builder |
BucketMetadata.Builder.bucketCreatedAt(Instant bucketCreatedAt)
The date and time, in UTC and extended ISO 8601 format, when the bucket was created.
|
BucketMetadata.Builder |
BucketMetadata.Builder.bucketName(String bucketName)
The name of the bucket.
|
static BucketMetadata.Builder |
BucketMetadata.builder() |
BucketMetadata.Builder |
BucketMetadata.Builder.classifiableObjectCount(Long classifiableObjectCount)
The total number of objects that Amazon Macie can analyze in the bucket.
|
BucketMetadata.Builder |
BucketMetadata.Builder.classifiableSizeInBytes(Long classifiableSizeInBytes)
The total storage size, in bytes, of the objects that Amazon Macie can analyze in the bucket.
|
BucketMetadata.Builder |
BucketMetadata.Builder.errorCode(BucketMetadataErrorCode errorCode)
The error code for an error that prevented Amazon Macie from retrieving and processing information about the
bucket and the bucket's objects.
|
BucketMetadata.Builder |
BucketMetadata.Builder.errorCode(String errorCode)
The error code for an error that prevented Amazon Macie from retrieving and processing information about the
bucket and the bucket's objects.
|
BucketMetadata.Builder |
BucketMetadata.Builder.errorMessage(String errorMessage)
A brief description of the error (errorCode) that prevented Amazon Macie from retrieving and processing
information about the bucket and the bucket's objects.
|
default BucketMetadata.Builder |
BucketMetadata.Builder.jobDetails(Consumer<JobDetails.Builder> jobDetails)
Specifies whether any one-time or recurring classification jobs are configured to analyze data in the bucket,
and, if so, the details of the job that ran most recently.
|
BucketMetadata.Builder |
BucketMetadata.Builder.jobDetails(JobDetails jobDetails)
Specifies whether any one-time or recurring classification jobs are configured to analyze data in the bucket,
and, if so, the details of the job that ran most recently.
|
BucketMetadata.Builder |
BucketMetadata.Builder.lastAutomatedDiscoveryTime(Instant lastAutomatedDiscoveryTime)
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently analyzed data in the
bucket while performing automated sensitive data discovery for your account.
|
BucketMetadata.Builder |
BucketMetadata.Builder.lastUpdated(Instant lastUpdated)
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently retrieved bucket or
object metadata from Amazon S3 for the bucket.
|
BucketMetadata.Builder |
BucketMetadata.Builder.objectCount(Long objectCount)
The total number of objects in the bucket.
|
default BucketMetadata.Builder |
BucketMetadata.Builder.objectCountByEncryptionType(Consumer<ObjectCountByEncryptionType.Builder> objectCountByEncryptionType)
The total number of objects in the bucket, grouped by server-side encryption type.
|
BucketMetadata.Builder |
BucketMetadata.Builder.objectCountByEncryptionType(ObjectCountByEncryptionType objectCountByEncryptionType)
The total number of objects in the bucket, grouped by server-side encryption type.
|
BucketMetadata.Builder |
BucketMetadata.Builder.publicAccess(BucketPublicAccess publicAccess)
Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply
to the bucket, and provides information about those settings.
|
default BucketMetadata.Builder |
BucketMetadata.Builder.publicAccess(Consumer<BucketPublicAccess.Builder> publicAccess)
Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply
to the bucket, and provides information about those settings.
|
BucketMetadata.Builder |
BucketMetadata.Builder.region(String region)
The Amazon Web Services Region that hosts the bucket.
|
default BucketMetadata.Builder |
BucketMetadata.Builder.replicationDetails(Consumer<ReplicationDetails.Builder> replicationDetails)
Specifies whether the bucket is configured to replicate one or more objects to buckets for other Amazon Web
Services accounts and, if so, which accounts.
|
BucketMetadata.Builder |
BucketMetadata.Builder.replicationDetails(ReplicationDetails replicationDetails)
Specifies whether the bucket is configured to replicate one or more objects to buckets for other Amazon Web
Services accounts and, if so, which accounts.
|
BucketMetadata.Builder |
BucketMetadata.Builder.sensitivityScore(Integer sensitivityScore)
The sensitivity score for the bucket, ranging from -1 (classification error) to 100 (sensitive).
|
BucketMetadata.Builder |
BucketMetadata.Builder.serverSideEncryption(BucketServerSideEncryption serverSideEncryption)
The default server-side encryption settings for the bucket.
|
default BucketMetadata.Builder |
BucketMetadata.Builder.serverSideEncryption(Consumer<BucketServerSideEncryption.Builder> serverSideEncryption)
The default server-side encryption settings for the bucket.
|
BucketMetadata.Builder |
BucketMetadata.Builder.sharedAccess(SharedAccess sharedAccess)
Specifies whether the bucket is shared with another Amazon Web Services account, an Amazon CloudFront origin
access identity (OAI), or a CloudFront origin access control (OAC).
|
BucketMetadata.Builder |
BucketMetadata.Builder.sharedAccess(String sharedAccess)
Specifies whether the bucket is shared with another Amazon Web Services account, an Amazon CloudFront origin
access identity (OAI), or a CloudFront origin access control (OAC).
|
BucketMetadata.Builder |
BucketMetadata.Builder.sizeInBytes(Long sizeInBytes)
The total storage size, in bytes, of the bucket.
|
BucketMetadata.Builder |
BucketMetadata.Builder.sizeInBytesCompressed(Long sizeInBytesCompressed)
The total storage size, in bytes, of the objects that are compressed (.gz, .gzip, .zip) files in the bucket.
|
BucketMetadata.Builder |
BucketMetadata.Builder.tags(Collection<KeyValuePair> tags)
An array that specifies the tags (keys and values) that are associated with the bucket.
|
BucketMetadata.Builder |
BucketMetadata.Builder.tags(Consumer<KeyValuePair.Builder>... tags)
An array that specifies the tags (keys and values) that are associated with the bucket.
|
BucketMetadata.Builder |
BucketMetadata.Builder.tags(KeyValuePair... tags)
An array that specifies the tags (keys and values) that are associated with the bucket.
|
BucketMetadata.Builder |
BucketMetadata.toBuilder() |
default BucketMetadata.Builder |
BucketMetadata.Builder.unclassifiableObjectCount(Consumer<ObjectLevelStatistics.Builder> unclassifiableObjectCount)
The total number of objects that Amazon Macie can't analyze in the bucket.
|
BucketMetadata.Builder |
BucketMetadata.Builder.unclassifiableObjectCount(ObjectLevelStatistics unclassifiableObjectCount)
The total number of objects that Amazon Macie can't analyze in the bucket.
|
default BucketMetadata.Builder |
BucketMetadata.Builder.unclassifiableObjectSizeInBytes(Consumer<ObjectLevelStatistics.Builder> unclassifiableObjectSizeInBytes)
The total storage size, in bytes, of the objects that Amazon Macie can't analyze in the bucket.
|
BucketMetadata.Builder |
BucketMetadata.Builder.unclassifiableObjectSizeInBytes(ObjectLevelStatistics unclassifiableObjectSizeInBytes)
The total storage size, in bytes, of the objects that Amazon Macie can't analyze in the bucket.
|
BucketMetadata.Builder |
BucketMetadata.Builder.versioning(Boolean versioning)
Specifies whether versioning is enabled for the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BucketMetadata.Builder> |
BucketMetadata.serializableBuilderClass() |
Copyright © 2023. All rights reserved.