public static interface GetFindingsStatisticsRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<GetFindingsStatisticsRequest.Builder,GetFindingsStatisticsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFindingsStatisticsRequest.Builder detectorId(String detectorId)
The ID of the detector that specifies the GuardDuty service whose findings' statistics you want to retrieve.
detectorId - The ID of the detector that specifies the GuardDuty service whose findings' statistics you want to
retrieve.GetFindingsStatisticsRequest.Builder findingStatisticTypesWithStrings(Collection<String> findingStatisticTypes)
The types of finding statistics to retrieve.
findingStatisticTypes - The types of finding statistics to retrieve.GetFindingsStatisticsRequest.Builder findingStatisticTypesWithStrings(String... findingStatisticTypes)
The types of finding statistics to retrieve.
findingStatisticTypes - The types of finding statistics to retrieve.GetFindingsStatisticsRequest.Builder findingStatisticTypes(Collection<FindingStatisticType> findingStatisticTypes)
The types of finding statistics to retrieve.
findingStatisticTypes - The types of finding statistics to retrieve.GetFindingsStatisticsRequest.Builder findingStatisticTypes(FindingStatisticType... findingStatisticTypes)
The types of finding statistics to retrieve.
findingStatisticTypes - The types of finding statistics to retrieve.GetFindingsStatisticsRequest.Builder findingCriteria(FindingCriteria findingCriteria)
Represents the criteria that is used for querying findings.
findingCriteria - Represents the criteria that is used for querying findings.default GetFindingsStatisticsRequest.Builder findingCriteria(Consumer<FindingCriteria.Builder> findingCriteria)
Represents the criteria that is used for querying findings.
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)GetFindingsStatisticsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetFindingsStatisticsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.