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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBucketCountByEffectivePermission.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.Copyright © 2020. All rights reserved.