Interface BucketCountBySharedAccessType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BucketCountBySharedAccessType.Builder,BucketCountBySharedAccessType>,SdkBuilder<BucketCountBySharedAccessType.Builder,BucketCountBySharedAccessType>,SdkPojo
- Enclosing class:
- BucketCountBySharedAccessType
public static interface BucketCountBySharedAccessType.Builder extends SdkPojo, CopyableBuilder<BucketCountBySharedAccessType.Builder,BucketCountBySharedAccessType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BucketCountBySharedAccessType.Builderexternal(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.Builderinternal(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.BuildernotShared(Long notShared)The total number of buckets that aren't shared with other Amazon Web Services accounts, Amazon CloudFront OAIs, or CloudFront OACs.BucketCountBySharedAccessType.Builderunknown(Long unknown)The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
external
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
internal
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notShared
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.
- Parameters:
notShared- The total number of buckets that aren't shared with other Amazon Web Services accounts, Amazon CloudFront OAIs, or CloudFront OACs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unknown
BucketCountBySharedAccessType.Builder unknown(Long unknown)
The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for. For example, the buckets' permissions settings or a quota prevented Macie from retrieving the requisite data. Macie can't determine whether the buckets are shared with other Amazon Web Services accounts, Amazon CloudFront OAIs, or CloudFront OACs.
- Parameters:
unknown- The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for. For example, the buckets' permissions settings or a quota prevented Macie from retrieving the requisite data. Macie can't determine whether the buckets are shared with other Amazon Web Services accounts, Amazon CloudFront OAIs, or CloudFront OACs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-