Interface SensitivityAggregations.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SensitivityAggregations.Builder,SensitivityAggregations>,SdkBuilder<SensitivityAggregations.Builder,SensitivityAggregations>,SdkPojo
- Enclosing class:
- SensitivityAggregations
public static interface SensitivityAggregations.Builder extends SdkPojo, CopyableBuilder<SensitivityAggregations.Builder,SensitivityAggregations>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SensitivityAggregations.BuilderclassifiableSizeInBytes(Long classifiableSizeInBytes)The total storage size, in bytes, of all the objects that Amazon Macie can analyze in the buckets.SensitivityAggregations.BuilderpubliclyAccessibleCount(Long publiclyAccessibleCount)The total number of buckets that are publicly accessible due to a combination of permissions settings for each bucket.SensitivityAggregations.BuildertotalCount(Long totalCount)The total number of buckets.SensitivityAggregations.BuildertotalSizeInBytes(Long totalSizeInBytes)The total storage size, in bytes, of the buckets.-
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
-
classifiableSizeInBytes
SensitivityAggregations.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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publiclyAccessibleCount
SensitivityAggregations.Builder publiclyAccessibleCount(Long publiclyAccessibleCount)
The total number of buckets that are publicly accessible due to a combination of permissions settings for each bucket.
- Parameters:
publiclyAccessibleCount- The total number of buckets that are publicly accessible due to a combination of permissions settings for each bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalCount
SensitivityAggregations.Builder totalCount(Long totalCount)
The total number of buckets.
- Parameters:
totalCount- The total number of buckets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalSizeInBytes
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-