public static interface GetFindingStatisticsRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<GetFindingStatisticsRequest.Builder,GetFindingStatisticsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFindingStatisticsRequest.Builder findingCriteria(FindingCriteria findingCriteria)
The criteria to use to filter the query results.
findingCriteria - The criteria to use to filter the query results.default GetFindingStatisticsRequest.Builder findingCriteria(Consumer<FindingCriteria.Builder> findingCriteria)
The criteria to use to filter the query results.
This is a convenience method that creates an instance of theFindingCriteria.Builder avoiding the
need to create one manually via FindingCriteria.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to findingCriteria(FindingCriteria).
findingCriteria - a consumer that will call methods on FindingCriteria.BuilderfindingCriteria(FindingCriteria)GetFindingStatisticsRequest.Builder groupBy(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.
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.
GroupBy,
GroupByGetFindingStatisticsRequest.Builder groupBy(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.
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.
GroupBy,
GroupByGetFindingStatisticsRequest.Builder size(Integer size)
The maximum number of items to include in each page of the response.
size - The maximum number of items to include in each page of the response.GetFindingStatisticsRequest.Builder sortCriteria(FindingStatisticsSortCriteria sortCriteria)
The criteria to use to sort the query results.
sortCriteria - The criteria to use to sort the query results.default GetFindingStatisticsRequest.Builder sortCriteria(Consumer<FindingStatisticsSortCriteria.Builder> sortCriteria)
The criteria to use to sort the query results.
This is a convenience method that creates an instance of theFindingStatisticsSortCriteria.Builder
avoiding the need to create one manually via FindingStatisticsSortCriteria.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to sortCriteria(FindingStatisticsSortCriteria).
sortCriteria - a consumer that will call methods on FindingStatisticsSortCriteria.BuildersortCriteria(FindingStatisticsSortCriteria)GetFindingStatisticsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetFindingStatisticsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.