public static interface GetCoverageStatisticsRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<GetCoverageStatisticsRequest.Builder,GetCoverageStatisticsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCoverageStatisticsRequest.Builder detectorId(String detectorId)
The unique ID of the GuardDuty detector associated to the coverage statistics.
detectorId - The unique ID of the GuardDuty detector associated to the coverage statistics.GetCoverageStatisticsRequest.Builder filterCriteria(CoverageFilterCriteria filterCriteria)
Represents the criteria used to filter the coverage statistics
filterCriteria - Represents the criteria used to filter the coverage statisticsdefault GetCoverageStatisticsRequest.Builder filterCriteria(Consumer<CoverageFilterCriteria.Builder> filterCriteria)
Represents the criteria used to filter the coverage statistics
This is a convenience method that creates an instance of theCoverageFilterCriteria.Builder avoiding
the need to create one manually via CoverageFilterCriteria.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to filterCriteria(CoverageFilterCriteria).
filterCriteria - a consumer that will call methods on CoverageFilterCriteria.BuilderfilterCriteria(CoverageFilterCriteria)GetCoverageStatisticsRequest.Builder statisticsTypeWithStrings(Collection<String> statisticsType)
Represents the statistics type used to aggregate the coverage details.
statisticsType - Represents the statistics type used to aggregate the coverage details.GetCoverageStatisticsRequest.Builder statisticsTypeWithStrings(String... statisticsType)
Represents the statistics type used to aggregate the coverage details.
statisticsType - Represents the statistics type used to aggregate the coverage details.GetCoverageStatisticsRequest.Builder statisticsType(Collection<CoverageStatisticsType> statisticsType)
Represents the statistics type used to aggregate the coverage details.
statisticsType - Represents the statistics type used to aggregate the coverage details.GetCoverageStatisticsRequest.Builder statisticsType(CoverageStatisticsType... statisticsType)
Represents the statistics type used to aggregate the coverage details.
statisticsType - Represents the statistics type used to aggregate the coverage details.GetCoverageStatisticsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetCoverageStatisticsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.