public static interface ListFindingAggregationsResponse.Builder extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<ListFindingAggregationsResponse.Builder,ListFindingAggregationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFindingAggregationsResponse.Builder |
aggregationType(AggregationType aggregationType)
The type of aggregation to perform.
|
ListFindingAggregationsResponse.Builder |
aggregationType(String aggregationType)
The type of aggregation to perform.
|
ListFindingAggregationsResponse.Builder |
nextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
ListFindingAggregationsResponse.Builder |
responses(AggregationResponse... responses)
Objects that contain the results of an aggregation operation.
|
ListFindingAggregationsResponse.Builder |
responses(Collection<AggregationResponse> responses)
Objects that contain the results of an aggregation operation.
|
ListFindingAggregationsResponse.Builder |
responses(Consumer<AggregationResponse.Builder>... responses)
Objects that contain the results of an aggregation operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFindingAggregationsResponse.Builder aggregationType(String aggregationType)
The type of aggregation to perform.
aggregationType - The type of aggregation to perform.AggregationType,
AggregationTypeListFindingAggregationsResponse.Builder aggregationType(AggregationType aggregationType)
The type of aggregation to perform.
aggregationType - The type of aggregation to perform.AggregationType,
AggregationTypeListFindingAggregationsResponse.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.ListFindingAggregationsResponse.Builder responses(Collection<AggregationResponse> responses)
Objects that contain the results of an aggregation operation.
responses - Objects that contain the results of an aggregation operation.ListFindingAggregationsResponse.Builder responses(AggregationResponse... responses)
Objects that contain the results of an aggregation operation.
responses - Objects that contain the results of an aggregation operation.ListFindingAggregationsResponse.Builder responses(Consumer<AggregationResponse.Builder>... responses)
Objects that contain the results of an aggregation operation.
This is a convenience method that creates an instance of theAggregationResponse.Builder avoiding the need to
create one manually via
AggregationResponse.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #responses(List.
responses - a consumer that will call methods on
AggregationResponse.Builder#responses(java.util.Collection) Copyright © 2023. All rights reserved.