public static interface BucketCountBySharedAccessType.Builder extends SdkPojo, CopyableBuilder<BucketCountBySharedAccessType.Builder,BucketCountBySharedAccessType>
| Modifier and Type | Method and Description |
|---|---|
BucketCountBySharedAccessType.Builder |
external(Long external)
The total number of buckets that are shared with one or more of the following or any combination of the
following: an Amazon CloudFront OAI, a CloudFront OAC, or an Amazon Web Services account that isn't in the
same Amazon Macie organization.
|
BucketCountBySharedAccessType.Builder |
internal(Long internal)
The total number of buckets that are shared with one or more Amazon Web Services accounts in the same Amazon
Macie organization.
|
BucketCountBySharedAccessType.Builder |
notShared(Long notShared)
The total number of buckets that aren't shared with other Amazon Web Services accounts, Amazon CloudFront
OAIs, or CloudFront OACs.
|
BucketCountBySharedAccessType.Builder |
unknown(Long unknown)
The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBucketCountBySharedAccessType.Builder external(Long external)
The total number of buckets that are shared with one or more of the following or any combination of the following: an Amazon CloudFront OAI, a CloudFront OAC, or an Amazon Web Services account that isn't in the same Amazon Macie organization.
external - The total number of buckets that are shared with one or more of the following or any combination of
the following: an Amazon CloudFront OAI, a CloudFront OAC, or an Amazon Web Services account that
isn't in the same Amazon Macie organization.BucketCountBySharedAccessType.Builder internal(Long internal)
The total number of buckets that are shared with one or more Amazon Web Services accounts in the same Amazon Macie organization. These buckets aren't shared with Amazon CloudFront OAIs or OACs.
internal - The total number of buckets that are shared with one or more Amazon Web Services accounts in the same
Amazon Macie organization. These buckets aren't shared with Amazon CloudFront OAIs or OACs.BucketCountBySharedAccessType.Builder notShared(Long notShared)
The total number of buckets that aren't shared with other Amazon Web Services accounts, Amazon CloudFront OAIs, or CloudFront OACs.
notShared - The total number of buckets that aren't shared with other Amazon Web Services accounts, Amazon
CloudFront OAIs, or CloudFront OACs.BucketCountBySharedAccessType.Builder unknown(Long unknown)
The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for. Macie can't determine whether these buckets are shared with other Amazon Web Services accounts, Amazon CloudFront OAIs, or CloudFront OACs.
unknown - The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for.
Macie can't determine whether these buckets are shared with other Amazon Web Services accounts, Amazon
CloudFront OAIs, or CloudFront OACs.Copyright © 2023. All rights reserved.