Class MatchingBucket
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<MatchingBucket.Builder,- MatchingBucket> 
Provides statistical data and other information about an S3 bucket that Amazon Macie monitors and analyzes for your account. By default, object count and storage size values include data for object parts that are the result of incomplete multipart uploads. For more information, see How Macie monitors Amazon S3 data security in the Amazon Macie User Guide.
If an error or issue prevents Macie from retrieving and processing information about the bucket or the bucket's objects, the value for many of these properties is null. Key exceptions are accountId and bucketName. To identify the cause, refer to the errorCode and errorMessage values.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringThe unique identifier for the Amazon Web Services account that owns the bucket.Specifies whether automated sensitive data discovery is currently configured to analyze objects in the bucket.final StringSpecifies whether automated sensitive data discovery is currently configured to analyze objects in the bucket.final StringThe name of the bucket.static MatchingBucket.Builderbuilder()final LongThe total number of objects that Amazon Macie can analyze in the bucket.final LongThe total storage size, in bytes, of the objects that Amazon Macie can analyze in the bucket.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final BucketMetadataErrorCodeThe code for an error or issue that prevented Amazon Macie from retrieving and processing information about the bucket and the bucket's objects.final StringThe code for an error or issue that prevented Amazon Macie from retrieving and processing information about the bucket and the bucket's objects.final StringA brief description of the error or issue (errorCode) that prevented Amazon Macie from retrieving and processing information about the bucket and the bucket's objects.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final JobDetailsSpecifies whether any one-time or recurring classification jobs are configured to analyze objects in the bucket, and, if so, the details of the job that ran most recently.final InstantThe date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently analyzed objects in the bucket while performing automated sensitive data discovery.final LongThe total number of objects in the bucket.The total number of objects in the bucket, grouped by server-side encryption type.final IntegerThe sensitivity score for the bucket, ranging from -1 (classification error) to 100 (sensitive).static Class<? extends MatchingBucket.Builder> final LongThe total storage size, in bytes, of the bucket.final LongThe total storage size, in bytes, of the objects that are compressed (.gz, .gzip, .zip) files in the bucket.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final ObjectLevelStatisticsThe total number of objects that Amazon Macie can't analyze in the bucket.final ObjectLevelStatisticsThe total storage size, in bytes, of the objects that Amazon Macie can't analyze in the bucket.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
accountIdThe unique identifier for the Amazon Web Services account that owns the bucket. - Returns:
- The unique identifier for the Amazon Web Services account that owns the bucket.
 
- 
automatedDiscoveryMonitoringStatusSpecifies whether automated sensitive data discovery is currently configured to analyze objects in the bucket. Possible values are: MONITORED, the bucket is included in analyses; and, NOT_MONITORED, the bucket is excluded from analyses. If automated sensitive data discovery is disabled for your account, this value is NOT_MONITORED. If the service returns an enum value that is not available in the current SDK version, automatedDiscoveryMonitoringStatuswill returnAutomatedDiscoveryMonitoringStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromautomatedDiscoveryMonitoringStatusAsString().- Returns:
- Specifies whether automated sensitive data discovery is currently configured to analyze objects in the bucket. Possible values are: MONITORED, the bucket is included in analyses; and, NOT_MONITORED, the bucket is excluded from analyses. If automated sensitive data discovery is disabled for your account, this value is NOT_MONITORED.
- See Also:
 
- 
automatedDiscoveryMonitoringStatusAsStringSpecifies whether automated sensitive data discovery is currently configured to analyze objects in the bucket. Possible values are: MONITORED, the bucket is included in analyses; and, NOT_MONITORED, the bucket is excluded from analyses. If automated sensitive data discovery is disabled for your account, this value is NOT_MONITORED. If the service returns an enum value that is not available in the current SDK version, automatedDiscoveryMonitoringStatuswill returnAutomatedDiscoveryMonitoringStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromautomatedDiscoveryMonitoringStatusAsString().- Returns:
- Specifies whether automated sensitive data discovery is currently configured to analyze objects in the bucket. Possible values are: MONITORED, the bucket is included in analyses; and, NOT_MONITORED, the bucket is excluded from analyses. If automated sensitive data discovery is disabled for your account, this value is NOT_MONITORED.
- See Also:
 
- 
bucketName
- 
classifiableObjectCountThe total number of objects that Amazon Macie can analyze in the bucket. These objects use a supported storage class and have a file name extension for a supported file or storage format. - Returns:
- The total number of objects that Amazon Macie can analyze in the bucket. These objects use a supported storage class and have a file name extension for a supported file or storage format.
 
- 
classifiableSizeInBytesThe total storage size, in bytes, of the objects that Amazon Macie can analyze in the bucket. 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 the bucket, Macie calculates this value based on the size of the latest version of each applicable object in the bucket. This value doesn't reflect the storage size of all versions of each applicable object in the bucket. - Returns:
- The total storage size, in bytes, of the objects that Amazon Macie can analyze in the bucket. 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 the bucket, Macie calculates this value based on the size of the latest version of each applicable object in the bucket. This value doesn't reflect the storage size of all versions of each applicable object in the bucket. 
 
- 
errorCodeThe code for an error or issue that prevented Amazon Macie from retrieving and processing information about the bucket and the bucket's objects. Possible values are: - 
 ACCESS_DENIED - Macie doesn't have permission to retrieve the information. For example, the bucket has a restrictive bucket policy and Amazon S3 denied the request. 
- 
 BUCKET_COUNT_EXCEEDS_QUOTA - Retrieving and processing the information would exceed the quota for the number of buckets that Macie monitors for an account (10,000). 
 If this value is null, Macie was able to retrieve and process the information. If the service returns an enum value that is not available in the current SDK version, errorCodewill returnBucketMetadataErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorCodeAsString().- Returns:
- The code for an error or issue that prevented Amazon Macie from retrieving and processing information
         about the bucket and the bucket's objects. Possible values are:
         - 
         ACCESS_DENIED - Macie doesn't have permission to retrieve the information. For example, the bucket has a restrictive bucket policy and Amazon S3 denied the request. 
- 
         BUCKET_COUNT_EXCEEDS_QUOTA - Retrieving and processing the information would exceed the quota for the number of buckets that Macie monitors for an account (10,000). 
 If this value is null, Macie was able to retrieve and process the information. 
- 
         
- See Also:
 
- 
 
- 
errorCodeAsStringThe code for an error or issue that prevented Amazon Macie from retrieving and processing information about the bucket and the bucket's objects. Possible values are: - 
 ACCESS_DENIED - Macie doesn't have permission to retrieve the information. For example, the bucket has a restrictive bucket policy and Amazon S3 denied the request. 
- 
 BUCKET_COUNT_EXCEEDS_QUOTA - Retrieving and processing the information would exceed the quota for the number of buckets that Macie monitors for an account (10,000). 
 If this value is null, Macie was able to retrieve and process the information. If the service returns an enum value that is not available in the current SDK version, errorCodewill returnBucketMetadataErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorCodeAsString().- Returns:
- The code for an error or issue that prevented Amazon Macie from retrieving and processing information
         about the bucket and the bucket's objects. Possible values are:
         - 
         ACCESS_DENIED - Macie doesn't have permission to retrieve the information. For example, the bucket has a restrictive bucket policy and Amazon S3 denied the request. 
- 
         BUCKET_COUNT_EXCEEDS_QUOTA - Retrieving and processing the information would exceed the quota for the number of buckets that Macie monitors for an account (10,000). 
 If this value is null, Macie was able to retrieve and process the information. 
- 
         
- See Also:
 
- 
 
- 
errorMessageA brief description of the error or issue (errorCode) that prevented Amazon Macie from retrieving and processing information about the bucket and the bucket's objects. This value is null if Macie was able to retrieve and process the information. - Returns:
- A brief description of the error or issue (errorCode) that prevented Amazon Macie from retrieving and processing information about the bucket and the bucket's objects. This value is null if Macie was able to retrieve and process the information.
 
- 
jobDetailsSpecifies whether any one-time or recurring classification jobs are configured to analyze objects in the bucket, and, if so, the details of the job that ran most recently. - Returns:
- Specifies whether any one-time or recurring classification jobs are configured to analyze objects in the bucket, and, if so, the details of the job that ran most recently.
 
- 
lastAutomatedDiscoveryTimeThe date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently analyzed objects in the bucket while performing automated sensitive data discovery. This value is null if this analysis hasn't occurred. - Returns:
- The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently analyzed objects in the bucket while performing automated sensitive data discovery. This value is null if this analysis hasn't occurred.
 
- 
objectCountThe total number of objects in the bucket. - Returns:
- The total number of objects in the bucket.
 
- 
objectCountByEncryptionTypeThe total number of objects in the bucket, grouped by server-side encryption type. This includes a grouping that reports the total number of objects that aren't encrypted or use client-side encryption. - Returns:
- The total number of objects in the bucket, grouped by server-side encryption type. This includes a grouping that reports the total number of objects that aren't encrypted or use client-side encryption.
 
- 
sensitivityScoreThe sensitivity score for the bucket, ranging from -1 (classification error) to 100 (sensitive). If automated sensitive data discovery has never been enabled for your account or it's been disabled for your organization or standalone account for more than 30 days, possible values are: 1, the bucket is empty; or, 50, the bucket stores objects but it's been excluded from recent analyses. - Returns:
- The sensitivity score for the bucket, ranging from -1 (classification error) to 100 (sensitive).
         If automated sensitive data discovery has never been enabled for your account or it's been disabled for your organization or standalone account for more than 30 days, possible values are: 1, the bucket is empty; or, 50, the bucket stores objects but it's been excluded from recent analyses. 
 
- 
sizeInBytesThe total storage size, in bytes, of the bucket. If versioning is enabled for the bucket, Amazon Macie calculates this value based on the size of the latest version of each object in the bucket. This value doesn't reflect the storage size of all versions of each object in the bucket. - Returns:
- The total storage size, in bytes, of the bucket.
         If versioning is enabled for the bucket, Amazon Macie calculates this value based on the size of the latest version of each object in the bucket. This value doesn't reflect the storage size of all versions of each object in the bucket. 
 
- 
sizeInBytesCompressedThe total storage size, in bytes, of the objects that are compressed (.gz, .gzip, .zip) files in the bucket. If versioning is enabled for the bucket, Amazon Macie calculates this value based on the size of the latest version of each applicable object in the bucket. This value doesn't reflect the storage size of all versions of each applicable object in the bucket. - Returns:
- The total storage size, in bytes, of the objects that are compressed (.gz, .gzip, .zip) files in the
         bucket.
         If versioning is enabled for the bucket, Amazon Macie calculates this value based on the size of the latest version of each applicable object in the bucket. This value doesn't reflect the storage size of all versions of each applicable object in the bucket. 
 
- 
unclassifiableObjectCountThe total number of objects that Amazon Macie can't analyze in the bucket. These objects don't use a supported storage class or don't have a file name extension for a supported file or storage format. - Returns:
- The total number of objects that Amazon Macie can't analyze in the bucket. These objects don't use a supported storage class or don't have a file name extension for a supported file or storage format.
 
- 
unclassifiableObjectSizeInBytesThe total storage size, in bytes, of the objects that Amazon Macie can't analyze in the bucket. These objects don't use a supported storage class or don't have a file name extension for a supported file or storage format. - Returns:
- The total storage size, in bytes, of the objects that Amazon Macie can't analyze in the bucket. These objects don't use a supported storage class or don't have a file name extension for a supported file or storage format.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<MatchingBucket.Builder,- MatchingBucket> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-