public static interface ListCoverageStatisticsRequest.Builder extends Inspector2Request.Builder, SdkPojo, CopyableBuilder<ListCoverageStatisticsRequest.Builder,ListCoverageStatisticsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCoverageStatisticsRequest.Builder filterCriteria(CoverageFilterCriteria filterCriteria)
An object that contains details on the filters to apply to the coverage data for your environment.
filterCriteria - An object that contains details on the filters to apply to the coverage data for your environment.default ListCoverageStatisticsRequest.Builder filterCriteria(Consumer<CoverageFilterCriteria.Builder> filterCriteria)
An object that contains details on the filters to apply to the coverage data for your environment.
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)ListCoverageStatisticsRequest.Builder groupBy(String groupBy)
The value to group the results by.
ListCoverageStatisticsRequest.Builder groupBy(GroupKey groupBy)
The value to group the results by.
ListCoverageStatisticsRequest.Builder nextToken(String nextToken)
A token to use for paginating results that are returned in the response. Set the value of this parameter to
null for the first request to a list action. For subsequent calls, use the NextToken value
returned from the previous request to continue listing results after the first page.
nextToken - A token to use for paginating results that are returned in the response. Set the value of this
parameter to null for the first request to a list action. For subsequent calls, use the
NextToken value returned from the previous request to continue listing results after the
first page.ListCoverageStatisticsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCoverageStatisticsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.