JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.macie2.model

Class GetFindingStatisticsRequest

    • Constructor Detail

      • GetFindingStatisticsRequest

        public GetFindingStatisticsRequest()
    • Method Detail

      • setFindingCriteria

        public void setFindingCriteria(FindingCriteria findingCriteria)

        The criteria to use to filter the query results.

        Parameters:
        findingCriteria - The criteria to use to filter the query results.
      • getFindingCriteria

        public FindingCriteria getFindingCriteria()

        The criteria to use to filter the query results.

        Returns:
        The criteria to use to filter the query results.
      • withFindingCriteria

        public GetFindingStatisticsRequest withFindingCriteria(FindingCriteria findingCriteria)

        The criteria to use to filter the query results.

        Parameters:
        findingCriteria - The criteria to use to filter the query results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setGroupBy

        public void setGroupBy(String groupBy)

        The finding property to use to group the query results. Valid values are:

        • classificationDetails.jobId - The unique identifier for the classification job that produced the finding.

        • resourcesAffected.s3Bucket.name - The name of the S3 bucket that the finding applies to.

        • severity.description - The severity level of the finding, such as High or Medium.

        • type - The type of finding, such as Policy:IAMUser/S3BucketPublic and SensitiveData:S3Object/Personal.

        Parameters:
        groupBy - The finding property to use to group the query results. Valid values are:

        • classificationDetails.jobId - The unique identifier for the classification job that produced the finding.

        • resourcesAffected.s3Bucket.name - The name of the S3 bucket that the finding applies to.

        • severity.description - The severity level of the finding, such as High or Medium.

        • type - The type of finding, such as Policy:IAMUser/S3BucketPublic and SensitiveData:S3Object/Personal.

        See Also:
        GroupBy
      • getGroupBy

        public String getGroupBy()

        The finding property to use to group the query results. Valid values are:

        • classificationDetails.jobId - The unique identifier for the classification job that produced the finding.

        • resourcesAffected.s3Bucket.name - The name of the S3 bucket that the finding applies to.

        • severity.description - The severity level of the finding, such as High or Medium.

        • type - The type of finding, such as Policy:IAMUser/S3BucketPublic and SensitiveData:S3Object/Personal.

        Returns:
        The finding property to use to group the query results. Valid values are:

        • classificationDetails.jobId - The unique identifier for the classification job that produced the finding.

        • resourcesAffected.s3Bucket.name - The name of the S3 bucket that the finding applies to.

        • severity.description - The severity level of the finding, such as High or Medium.

        • type - The type of finding, such as Policy:IAMUser/S3BucketPublic and SensitiveData:S3Object/Personal.

        See Also:
        GroupBy
      • withGroupBy

        public GetFindingStatisticsRequest withGroupBy(String groupBy)

        The finding property to use to group the query results. Valid values are:

        • classificationDetails.jobId - The unique identifier for the classification job that produced the finding.

        • resourcesAffected.s3Bucket.name - The name of the S3 bucket that the finding applies to.

        • severity.description - The severity level of the finding, such as High or Medium.

        • type - The type of finding, such as Policy:IAMUser/S3BucketPublic and SensitiveData:S3Object/Personal.

        Parameters:
        groupBy - The finding property to use to group the query results. Valid values are:

        • classificationDetails.jobId - The unique identifier for the classification job that produced the finding.

        • resourcesAffected.s3Bucket.name - The name of the S3 bucket that the finding applies to.

        • severity.description - The severity level of the finding, such as High or Medium.

        • type - The type of finding, such as Policy:IAMUser/S3BucketPublic and SensitiveData:S3Object/Personal.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        GroupBy
      • withGroupBy

        public GetFindingStatisticsRequest withGroupBy(GroupBy groupBy)

        The finding property to use to group the query results. Valid values are:

        • classificationDetails.jobId - The unique identifier for the classification job that produced the finding.

        • resourcesAffected.s3Bucket.name - The name of the S3 bucket that the finding applies to.

        • severity.description - The severity level of the finding, such as High or Medium.

        • type - The type of finding, such as Policy:IAMUser/S3BucketPublic and SensitiveData:S3Object/Personal.

        Parameters:
        groupBy - The finding property to use to group the query results. Valid values are:

        • classificationDetails.jobId - The unique identifier for the classification job that produced the finding.

        • resourcesAffected.s3Bucket.name - The name of the S3 bucket that the finding applies to.

        • severity.description - The severity level of the finding, such as High or Medium.

        • type - The type of finding, such as Policy:IAMUser/S3BucketPublic and SensitiveData:S3Object/Personal.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        GroupBy
      • setSize

        public void setSize(Integer size)

        The maximum number of items to include in each page of the response.

        Parameters:
        size - The maximum number of items to include in each page of the response.
      • getSize

        public Integer getSize()

        The maximum number of items to include in each page of the response.

        Returns:
        The maximum number of items to include in each page of the response.
      • withSize

        public GetFindingStatisticsRequest withSize(Integer size)

        The maximum number of items to include in each page of the response.

        Parameters:
        size - The maximum number of items to include in each page of the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSortCriteria

        public void setSortCriteria(FindingStatisticsSortCriteria sortCriteria)

        The criteria to use to sort the query results.

        Parameters:
        sortCriteria - The criteria to use to sort the query results.
      • getSortCriteria

        public FindingStatisticsSortCriteria getSortCriteria()

        The criteria to use to sort the query results.

        Returns:
        The criteria to use to sort the query results.
      • withSortCriteria

        public GetFindingStatisticsRequest withSortCriteria(FindingStatisticsSortCriteria sortCriteria)

        The criteria to use to sort the query results.

        Parameters:
        sortCriteria - The criteria to use to sort the query results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /