| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
MatchingBucket.Builder |
MatchingBucket.Builder.accountId(String accountId)
The unique identifier for the Amazon Web Services account that owns the bucket.
|
MatchingBucket.Builder |
MatchingBucket.Builder.bucketName(String bucketName)
The name of the bucket.
|
static MatchingBucket.Builder |
MatchingBucket.builder() |
MatchingBucket.Builder |
MatchingBucket.Builder.classifiableObjectCount(Long classifiableObjectCount)
The total number of objects that Amazon Macie can analyze in the bucket.
|
MatchingBucket.Builder |
MatchingBucket.Builder.classifiableSizeInBytes(Long classifiableSizeInBytes)
The total storage size, in bytes, of the objects that Amazon Macie can analyze in the bucket.
|
MatchingBucket.Builder |
MatchingBucket.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.
|
MatchingBucket.Builder |
MatchingBucket.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.
|
MatchingBucket.Builder |
MatchingBucket.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 MatchingBucket.Builder |
MatchingBucket.Builder.jobDetails(Consumer<JobDetails.Builder> jobDetails)
Specifies whether any one-time or recurring classification jobs are configured to analyze objects in the
bucket, and, if so, the details of the job that ran most recently.
|
MatchingBucket.Builder |
MatchingBucket.Builder.jobDetails(JobDetails jobDetails)
Specifies whether any one-time or recurring classification jobs are configured to analyze objects in the
bucket, and, if so, the details of the job that ran most recently.
|
MatchingBucket.Builder |
MatchingBucket.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.
|
MatchingBucket.Builder |
MatchingBucket.Builder.objectCount(Long objectCount)
The total number of objects in the bucket.
|
default MatchingBucket.Builder |
MatchingBucket.Builder.objectCountByEncryptionType(Consumer<ObjectCountByEncryptionType.Builder> objectCountByEncryptionType)
The total number of objects in the bucket, grouped by server-side encryption type.
|
MatchingBucket.Builder |
MatchingBucket.Builder.objectCountByEncryptionType(ObjectCountByEncryptionType objectCountByEncryptionType)
The total number of objects in the bucket, grouped by server-side encryption type.
|
MatchingBucket.Builder |
MatchingBucket.Builder.sensitivityScore(Integer sensitivityScore)
The current sensitivity score for the bucket, ranging from -1 (classification error) to 100 (sensitive).
|
MatchingBucket.Builder |
MatchingBucket.Builder.sizeInBytes(Long sizeInBytes)
The total storage size, in bytes, of the bucket.
|
MatchingBucket.Builder |
MatchingBucket.Builder.sizeInBytesCompressed(Long sizeInBytesCompressed)
The total storage size, in bytes, of the objects that are compressed (.gz, .gzip, .zip) files in the bucket.
|
MatchingBucket.Builder |
MatchingBucket.toBuilder() |
default MatchingBucket.Builder |
MatchingBucket.Builder.unclassifiableObjectCount(Consumer<ObjectLevelStatistics.Builder> unclassifiableObjectCount)
The total number of objects that Amazon Macie can't analyze in the bucket.
|
MatchingBucket.Builder |
MatchingBucket.Builder.unclassifiableObjectCount(ObjectLevelStatistics unclassifiableObjectCount)
The total number of objects that Amazon Macie can't analyze in the bucket.
|
default MatchingBucket.Builder |
MatchingBucket.Builder.unclassifiableObjectSizeInBytes(Consumer<ObjectLevelStatistics.Builder> unclassifiableObjectSizeInBytes)
The total storage size, in bytes, of the objects that Amazon Macie can't analyze in the bucket.
|
MatchingBucket.Builder |
MatchingBucket.Builder.unclassifiableObjectSizeInBytes(ObjectLevelStatistics unclassifiableObjectSizeInBytes)
The total storage size, in bytes, of the objects that Amazon Macie can't analyze in the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MatchingBucket.Builder> |
MatchingBucket.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default MatchingResource.Builder |
MatchingResource.Builder.matchingBucket(Consumer<MatchingBucket.Builder> matchingBucket)
The details of an S3 bucket that Amazon Macie monitors and analyzes.
|
Copyright © 2023. All rights reserved.