| 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 AWS account that's associated with 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.lastUpdated(Instant lastUpdated)
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie last analyzed 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 that are in the bucket, grouped by server-side encryption type.
|
BucketMetadata.Builder |
BucketMetadata.Builder.objectCountByEncryptionType(ObjectCountByEncryptionType objectCountByEncryptionType)
The total number of objects that are in the bucket, grouped by server-side encryption type.
|
BucketMetadata.Builder |
BucketMetadata.Builder.publicAccess(BucketPublicAccess publicAccess)
Specifies whether the bucket is publicly accessible.
|
default BucketMetadata.Builder |
BucketMetadata.Builder.publicAccess(Consumer<BucketPublicAccess.Builder> publicAccess)
Specifies whether the bucket is publicly accessible.
|
BucketMetadata.Builder |
BucketMetadata.Builder.region(String region)
The AWS 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 AWS 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 AWS accounts
and, if so, which accounts.
|
BucketMetadata.Builder |
BucketMetadata.Builder.sharedAccess(SharedAccess sharedAccess)
Specifies whether the bucket is shared with another AWS account.
|
BucketMetadata.Builder |
BucketMetadata.Builder.sharedAccess(String sharedAccess)
Specifies whether the bucket is shared with another AWS account.
|
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 compressed storage size, in bytes, of 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() |
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 © 2020. All rights reserved.