public static interface GetCoverageStatisticsResponse.Builder extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<GetCoverageStatisticsResponse.Builder,GetCoverageStatisticsResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetCoverageStatisticsResponse.Builder |
coverageStatistics(Consumer<CoverageStatistics.Builder> coverageStatistics)
Represents the count aggregated by the
statusCode and resourceType. |
GetCoverageStatisticsResponse.Builder |
coverageStatistics(CoverageStatistics coverageStatistics)
Represents the count aggregated by the
statusCode and resourceType. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCoverageStatisticsResponse.Builder coverageStatistics(CoverageStatistics coverageStatistics)
Represents the count aggregated by the statusCode and resourceType.
coverageStatistics - Represents the count aggregated by the statusCode and resourceType.default GetCoverageStatisticsResponse.Builder coverageStatistics(Consumer<CoverageStatistics.Builder> coverageStatistics)
Represents the count aggregated by the statusCode and resourceType.
CoverageStatistics.Builder avoiding the
need to create one manually via CoverageStatistics.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to coverageStatistics(CoverageStatistics).
coverageStatistics - a consumer that will call methods on CoverageStatistics.BuildercoverageStatistics(CoverageStatistics)Copyright © 2023. All rights reserved.