public static interface BucketCountByEffectivePermission.Builder extends SdkPojo, CopyableBuilder<BucketCountByEffectivePermission.Builder,BucketCountByEffectivePermission>
Modifier and Type | Method and Description |
---|---|
BucketCountByEffectivePermission.Builder |
publiclyAccessible(Long publiclyAccessible)
The total number of buckets that allow the general public to have read or write access to the bucket.
|
BucketCountByEffectivePermission.Builder |
publiclyReadable(Long publiclyReadable)
The total number of buckets that allow the general public to have read access to the bucket.
|
BucketCountByEffectivePermission.Builder |
publiclyWritable(Long publiclyWritable)
The total number of buckets that allow the general public to have write access to the bucket.
|
BucketCountByEffectivePermission.Builder |
unknown(Long unknown)
The total number of buckets that Amazon Macie wasn't able to evaluate permissions settings for.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
BucketCountByEffectivePermission.Builder publiclyAccessible(Long publiclyAccessible)
The total number of buckets that allow the general public to have read or write access to the bucket.
publiclyAccessible
- The total number of buckets that allow the general public to have read or write access to the bucket.BucketCountByEffectivePermission.Builder publiclyReadable(Long publiclyReadable)
The total number of buckets that allow the general public to have read access to the bucket.
publiclyReadable
- The total number of buckets that allow the general public to have read access to the bucket.BucketCountByEffectivePermission.Builder publiclyWritable(Long publiclyWritable)
The total number of buckets that allow the general public to have write access to the bucket.
publiclyWritable
- The total number of buckets that allow the general public to have write access to the bucket.BucketCountByEffectivePermission.Builder unknown(Long unknown)
The total number of buckets that Amazon Macie wasn't able to evaluate permissions settings for. Macie can't determine whether these buckets are publicly accessible.
unknown
- The total number of buckets that Amazon Macie wasn't able to evaluate permissions settings for. Macie
can't determine whether these buckets are publicly accessible.