public static interface ListCoverageStatisticsResponse.Builder extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<ListCoverageStatisticsResponse.Builder,ListCoverageStatisticsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCoverageStatisticsResponse.Builder |
countsByGroup(Collection<Counts> countsByGroup)
An array with the number for each group.
|
ListCoverageStatisticsResponse.Builder |
countsByGroup(Consumer<Counts.Builder>... countsByGroup)
An array with the number for each group.
|
ListCoverageStatisticsResponse.Builder |
countsByGroup(Counts... countsByGroup)
An array with the number for each group.
|
ListCoverageStatisticsResponse.Builder |
nextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
ListCoverageStatisticsResponse.Builder |
totalCounts(Long totalCounts)
The total number for all groups.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCoverageStatisticsResponse.Builder countsByGroup(Collection<Counts> countsByGroup)
An array with the number for each group.
countsByGroup - An array with the number for each group.ListCoverageStatisticsResponse.Builder countsByGroup(Counts... countsByGroup)
An array with the number for each group.
countsByGroup - An array with the number for each group.ListCoverageStatisticsResponse.Builder countsByGroup(Consumer<Counts.Builder>... countsByGroup)
An array with the number for each group.
This is a convenience method that creates an instance of theCounts.Builder avoiding the need to create one
manually via Counts.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #countsByGroup(List.
countsByGroup - a consumer that will call methods on
Counts.Builder#countsByGroup(java.util.Collection) ListCoverageStatisticsResponse.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.ListCoverageStatisticsResponse.Builder totalCounts(Long totalCounts)
The total number for all groups.
totalCounts - The total number for all groups.Copyright © 2023. All rights reserved.