public static interface SensitivityAggregations.Builder extends SdkPojo, CopyableBuilder<SensitivityAggregations.Builder,SensitivityAggregations>
| Modifier and Type | Method and Description |
|---|---|
SensitivityAggregations.Builder |
classifiableSizeInBytes(Long classifiableSizeInBytes)
The total storage size, in bytes, of all the objects that Amazon Macie can analyze in the buckets.
|
SensitivityAggregations.Builder |
publiclyAccessibleCount(Long publiclyAccessibleCount)
The total number of buckets that are publicly accessible due to a combination of permissions settings for
each bucket.
|
SensitivityAggregations.Builder |
totalCount(Long totalCount)
The total number of buckets.
|
SensitivityAggregations.Builder |
totalSizeInBytes(Long totalSizeInBytes)
The total storage size, in bytes, of the buckets.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSensitivityAggregations.Builder classifiableSizeInBytes(Long classifiableSizeInBytes)
The total storage size, in bytes, of all the objects that Amazon Macie can analyze in the buckets. These objects use a supported storage class and have a file name extension for a supported file or storage format.
If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each applicable object in the buckets. This value doesn't reflect the storage size of all versions of all applicable objects in the buckets.
classifiableSizeInBytes - The total storage size, in bytes, of all the objects that Amazon Macie can analyze in the buckets.
These objects use a supported storage class and have a file name extension for a supported file or
storage format.
If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each applicable object in the buckets. This value doesn't reflect the storage size of all versions of all applicable objects in the buckets.
SensitivityAggregations.Builder publiclyAccessibleCount(Long publiclyAccessibleCount)
The total number of buckets that are publicly accessible due to a combination of permissions settings for each bucket.
publiclyAccessibleCount - The total number of buckets that are publicly accessible due to a combination of permissions settings
for each bucket.SensitivityAggregations.Builder totalCount(Long totalCount)
The total number of buckets.
totalCount - The total number of buckets.SensitivityAggregations.Builder totalSizeInBytes(Long totalSizeInBytes)
The total storage size, in bytes, of the buckets.
If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each object in the buckets. This value doesn't reflect the storage size of all versions of the objects in the buckets.
totalSizeInBytes - The total storage size, in bytes, of the buckets.
If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each object in the buckets. This value doesn't reflect the storage size of all versions of the objects in the buckets.
Copyright © 2023. All rights reserved.