public static interface GetFindingsStatisticsRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<GetFindingsStatisticsRequest.Builder,GetFindingsStatisticsRequest>
Modifier and Type | Method and Description |
---|---|
GetFindingsStatisticsRequest.Builder |
detectorId(String detectorId)
The ID of the detector that specifies the GuardDuty service whose findings' statistics you want to retrieve.
|
default GetFindingsStatisticsRequest.Builder |
findingCriteria(Consumer<FindingCriteria.Builder> findingCriteria)
Represents the criteria that is used for querying findings.
|
GetFindingsStatisticsRequest.Builder |
findingCriteria(FindingCriteria findingCriteria)
Represents the criteria that is used for querying findings.
|
GetFindingsStatisticsRequest.Builder |
findingStatisticTypes(Collection<FindingStatisticType> findingStatisticTypes)
The types of finding statistics to retrieve.
|
GetFindingsStatisticsRequest.Builder |
findingStatisticTypes(FindingStatisticType... findingStatisticTypes)
The types of finding statistics to retrieve.
|
GetFindingsStatisticsRequest.Builder |
findingStatisticTypesWithStrings(Collection<String> findingStatisticTypes)
The types of finding statistics to retrieve.
|
GetFindingsStatisticsRequest.Builder |
findingStatisticTypesWithStrings(String... findingStatisticTypes)
The types of finding statistics to retrieve.
|
GetFindingsStatisticsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetFindingsStatisticsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetFindingsStatisticsRequest.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 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.Builder
findingCriteria(FindingCriteria)
GetFindingsStatisticsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetFindingsStatisticsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.