@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceStatistics extends Object implements Serializable, Cloneable, StructuredPojo
Provides statistical data for sensitive data discovery metrics that apply to an S3 bucket that Amazon Macie monitors and analyzes for an account, if automated sensitive data discovery has been enabled for the account. The data captures the results of automated sensitive data discovery activities that Macie has performed for the bucket.
Constructor and Description |
---|
ResourceStatistics() |
Modifier and Type | Method and Description |
---|---|
ResourceStatistics |
clone() |
boolean |
equals(Object obj) |
Long |
getTotalBytesClassified()
The total amount of data, in bytes, that Amazon Macie has analyzed in the bucket.
|
Long |
getTotalDetections()
The total number of occurrences of sensitive data that Amazon Macie has found in the bucket's objects.
|
Long |
getTotalDetectionsSuppressed()
The total number of occurrences of sensitive data that are currently suppressed by the sensitivity scoring
settings for the bucket.
|
Long |
getTotalItemsClassified()
The total number of objects that Amazon Macie has analyzed in the bucket.
|
Long |
getTotalItemsSensitive()
The total number of the bucket's objects that Amazon Macie has found sensitive data in.
|
Long |
getTotalItemsSkipped()
The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to an object-level issue
or error.
|
Long |
getTotalItemsSkippedInvalidEncryption()
The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects are
encrypted with a key that Macie can't access.
|
Long |
getTotalItemsSkippedInvalidKms()
The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects are
encrypted with KMS keys that were disabled, are scheduled for deletion, or were deleted.
|
Long |
getTotalItemsSkippedPermissionDenied()
The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to the permissions
settings for the objects or the permissions settings for the keys that were used to encrypt the objects.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTotalBytesClassified(Long totalBytesClassified)
The total amount of data, in bytes, that Amazon Macie has analyzed in the bucket.
|
void |
setTotalDetections(Long totalDetections)
The total number of occurrences of sensitive data that Amazon Macie has found in the bucket's objects.
|
void |
setTotalDetectionsSuppressed(Long totalDetectionsSuppressed)
The total number of occurrences of sensitive data that are currently suppressed by the sensitivity scoring
settings for the bucket.
|
void |
setTotalItemsClassified(Long totalItemsClassified)
The total number of objects that Amazon Macie has analyzed in the bucket.
|
void |
setTotalItemsSensitive(Long totalItemsSensitive)
The total number of the bucket's objects that Amazon Macie has found sensitive data in.
|
void |
setTotalItemsSkipped(Long totalItemsSkipped)
The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to an object-level issue
or error.
|
void |
setTotalItemsSkippedInvalidEncryption(Long totalItemsSkippedInvalidEncryption)
The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects are
encrypted with a key that Macie can't access.
|
void |
setTotalItemsSkippedInvalidKms(Long totalItemsSkippedInvalidKms)
The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects are
encrypted with KMS keys that were disabled, are scheduled for deletion, or were deleted.
|
void |
setTotalItemsSkippedPermissionDenied(Long totalItemsSkippedPermissionDenied)
The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to the permissions
settings for the objects or the permissions settings for the keys that were used to encrypt the objects.
|
String |
toString()
Returns a string representation of this object.
|
ResourceStatistics |
withTotalBytesClassified(Long totalBytesClassified)
The total amount of data, in bytes, that Amazon Macie has analyzed in the bucket.
|
ResourceStatistics |
withTotalDetections(Long totalDetections)
The total number of occurrences of sensitive data that Amazon Macie has found in the bucket's objects.
|
ResourceStatistics |
withTotalDetectionsSuppressed(Long totalDetectionsSuppressed)
The total number of occurrences of sensitive data that are currently suppressed by the sensitivity scoring
settings for the bucket.
|
ResourceStatistics |
withTotalItemsClassified(Long totalItemsClassified)
The total number of objects that Amazon Macie has analyzed in the bucket.
|
ResourceStatistics |
withTotalItemsSensitive(Long totalItemsSensitive)
The total number of the bucket's objects that Amazon Macie has found sensitive data in.
|
ResourceStatistics |
withTotalItemsSkipped(Long totalItemsSkipped)
The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to an object-level issue
or error.
|
ResourceStatistics |
withTotalItemsSkippedInvalidEncryption(Long totalItemsSkippedInvalidEncryption)
The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects are
encrypted with a key that Macie can't access.
|
ResourceStatistics |
withTotalItemsSkippedInvalidKms(Long totalItemsSkippedInvalidKms)
The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects are
encrypted with KMS keys that were disabled, are scheduled for deletion, or were deleted.
|
ResourceStatistics |
withTotalItemsSkippedPermissionDenied(Long totalItemsSkippedPermissionDenied)
The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to the permissions
settings for the objects or the permissions settings for the keys that were used to encrypt the objects.
|
public void setTotalBytesClassified(Long totalBytesClassified)
The total amount of data, in bytes, that Amazon Macie has analyzed in the bucket.
totalBytesClassified
- The total amount of data, in bytes, that Amazon Macie has analyzed in the bucket.public Long getTotalBytesClassified()
The total amount of data, in bytes, that Amazon Macie has analyzed in the bucket.
public ResourceStatistics withTotalBytesClassified(Long totalBytesClassified)
The total amount of data, in bytes, that Amazon Macie has analyzed in the bucket.
totalBytesClassified
- The total amount of data, in bytes, that Amazon Macie has analyzed in the bucket.public void setTotalDetections(Long totalDetections)
The total number of occurrences of sensitive data that Amazon Macie has found in the bucket's objects. This includes occurrences that are currently suppressed by the sensitivity scoring settings for the bucket (totalDetectionsSuppressed).
totalDetections
- The total number of occurrences of sensitive data that Amazon Macie has found in the bucket's objects.
This includes occurrences that are currently suppressed by the sensitivity scoring settings for the bucket
(totalDetectionsSuppressed).public Long getTotalDetections()
The total number of occurrences of sensitive data that Amazon Macie has found in the bucket's objects. This includes occurrences that are currently suppressed by the sensitivity scoring settings for the bucket (totalDetectionsSuppressed).
public ResourceStatistics withTotalDetections(Long totalDetections)
The total number of occurrences of sensitive data that Amazon Macie has found in the bucket's objects. This includes occurrences that are currently suppressed by the sensitivity scoring settings for the bucket (totalDetectionsSuppressed).
totalDetections
- The total number of occurrences of sensitive data that Amazon Macie has found in the bucket's objects.
This includes occurrences that are currently suppressed by the sensitivity scoring settings for the bucket
(totalDetectionsSuppressed).public void setTotalDetectionsSuppressed(Long totalDetectionsSuppressed)
The total number of occurrences of sensitive data that are currently suppressed by the sensitivity scoring settings for the bucket. These represent occurrences of sensitive data that Amazon Macie found in the bucket's objects, but the occurrences were manually suppressed. By default, suppressed occurrences are excluded from the bucket's sensitivity score.
totalDetectionsSuppressed
- The total number of occurrences of sensitive data that are currently suppressed by the sensitivity scoring
settings for the bucket. These represent occurrences of sensitive data that Amazon Macie found in the
bucket's objects, but the occurrences were manually suppressed. By default, suppressed occurrences are
excluded from the bucket's sensitivity score.public Long getTotalDetectionsSuppressed()
The total number of occurrences of sensitive data that are currently suppressed by the sensitivity scoring settings for the bucket. These represent occurrences of sensitive data that Amazon Macie found in the bucket's objects, but the occurrences were manually suppressed. By default, suppressed occurrences are excluded from the bucket's sensitivity score.
public ResourceStatistics withTotalDetectionsSuppressed(Long totalDetectionsSuppressed)
The total number of occurrences of sensitive data that are currently suppressed by the sensitivity scoring settings for the bucket. These represent occurrences of sensitive data that Amazon Macie found in the bucket's objects, but the occurrences were manually suppressed. By default, suppressed occurrences are excluded from the bucket's sensitivity score.
totalDetectionsSuppressed
- The total number of occurrences of sensitive data that are currently suppressed by the sensitivity scoring
settings for the bucket. These represent occurrences of sensitive data that Amazon Macie found in the
bucket's objects, but the occurrences were manually suppressed. By default, suppressed occurrences are
excluded from the bucket's sensitivity score.public void setTotalItemsClassified(Long totalItemsClassified)
The total number of objects that Amazon Macie has analyzed in the bucket.
totalItemsClassified
- The total number of objects that Amazon Macie has analyzed in the bucket.public Long getTotalItemsClassified()
The total number of objects that Amazon Macie has analyzed in the bucket.
public ResourceStatistics withTotalItemsClassified(Long totalItemsClassified)
The total number of objects that Amazon Macie has analyzed in the bucket.
totalItemsClassified
- The total number of objects that Amazon Macie has analyzed in the bucket.public void setTotalItemsSensitive(Long totalItemsSensitive)
The total number of the bucket's objects that Amazon Macie has found sensitive data in.
totalItemsSensitive
- The total number of the bucket's objects that Amazon Macie has found sensitive data in.public Long getTotalItemsSensitive()
The total number of the bucket's objects that Amazon Macie has found sensitive data in.
public ResourceStatistics withTotalItemsSensitive(Long totalItemsSensitive)
The total number of the bucket's objects that Amazon Macie has found sensitive data in.
totalItemsSensitive
- The total number of the bucket's objects that Amazon Macie has found sensitive data in.public void setTotalItemsSkipped(Long totalItemsSkipped)
The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to an object-level issue or error. For example, an object is a malformed file. This value includes objects that Macie wasn't able to analyze for reasons reported by other statistics in the ResourceStatistics object.
totalItemsSkipped
- The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to an object-level
issue or error. For example, an object is a malformed file. This value includes objects that Macie wasn't
able to analyze for reasons reported by other statistics in the ResourceStatistics object.public Long getTotalItemsSkipped()
The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to an object-level issue or error. For example, an object is a malformed file. This value includes objects that Macie wasn't able to analyze for reasons reported by other statistics in the ResourceStatistics object.
public ResourceStatistics withTotalItemsSkipped(Long totalItemsSkipped)
The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to an object-level issue or error. For example, an object is a malformed file. This value includes objects that Macie wasn't able to analyze for reasons reported by other statistics in the ResourceStatistics object.
totalItemsSkipped
- The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to an object-level
issue or error. For example, an object is a malformed file. This value includes objects that Macie wasn't
able to analyze for reasons reported by other statistics in the ResourceStatistics object.public void setTotalItemsSkippedInvalidEncryption(Long totalItemsSkippedInvalidEncryption)
The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects are encrypted with a key that Macie can't access. The objects use server-side encryption with customer-provided keys (SSE-C).
totalItemsSkippedInvalidEncryption
- The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects are
encrypted with a key that Macie can't access. The objects use server-side encryption with
customer-provided keys (SSE-C).public Long getTotalItemsSkippedInvalidEncryption()
The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects are encrypted with a key that Macie can't access. The objects use server-side encryption with customer-provided keys (SSE-C).
public ResourceStatistics withTotalItemsSkippedInvalidEncryption(Long totalItemsSkippedInvalidEncryption)
The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects are encrypted with a key that Macie can't access. The objects use server-side encryption with customer-provided keys (SSE-C).
totalItemsSkippedInvalidEncryption
- The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects are
encrypted with a key that Macie can't access. The objects use server-side encryption with
customer-provided keys (SSE-C).public void setTotalItemsSkippedInvalidKms(Long totalItemsSkippedInvalidKms)
The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects are encrypted with KMS keys that were disabled, are scheduled for deletion, or were deleted.
totalItemsSkippedInvalidKms
- The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects are
encrypted with KMS keys that were disabled, are scheduled for deletion, or were deleted.public Long getTotalItemsSkippedInvalidKms()
The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects are encrypted with KMS keys that were disabled, are scheduled for deletion, or were deleted.
public ResourceStatistics withTotalItemsSkippedInvalidKms(Long totalItemsSkippedInvalidKms)
The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects are encrypted with KMS keys that were disabled, are scheduled for deletion, or were deleted.
totalItemsSkippedInvalidKms
- The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects are
encrypted with KMS keys that were disabled, are scheduled for deletion, or were deleted.public void setTotalItemsSkippedPermissionDenied(Long totalItemsSkippedPermissionDenied)
The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to the permissions settings for the objects or the permissions settings for the keys that were used to encrypt the objects.
totalItemsSkippedPermissionDenied
- The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to the permissions
settings for the objects or the permissions settings for the keys that were used to encrypt the objects.public Long getTotalItemsSkippedPermissionDenied()
The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to the permissions settings for the objects or the permissions settings for the keys that were used to encrypt the objects.
public ResourceStatistics withTotalItemsSkippedPermissionDenied(Long totalItemsSkippedPermissionDenied)
The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to the permissions settings for the objects or the permissions settings for the keys that were used to encrypt the objects.
totalItemsSkippedPermissionDenied
- The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to the permissions
settings for the objects or the permissions settings for the keys that were used to encrypt the objects.public String toString()
toString
in class Object
Object.toString()
public ResourceStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.