public static interface ListFindingAggregationsRequest.Builder extends Inspector2Request.Builder, SdkPojo, CopyableBuilder<ListFindingAggregationsRequest.Builder,ListFindingAggregationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListFindingAggregationsRequest.Builder |
accountIds(Collection<StringFilter> accountIds)
The Amazon Web Services account IDs to retrieve finding aggregation data for.
|
ListFindingAggregationsRequest.Builder |
accountIds(Consumer<StringFilter.Builder>... accountIds)
The Amazon Web Services account IDs to retrieve finding aggregation data for.
|
ListFindingAggregationsRequest.Builder |
accountIds(StringFilter... accountIds)
The Amazon Web Services account IDs to retrieve finding aggregation data for.
|
ListFindingAggregationsRequest.Builder |
aggregationRequest(AggregationRequest aggregationRequest)
Details of the aggregation request that is used to filter your aggregation results.
|
default ListFindingAggregationsRequest.Builder |
aggregationRequest(Consumer<AggregationRequest.Builder> aggregationRequest)
Details of the aggregation request that is used to filter your aggregation results.
|
ListFindingAggregationsRequest.Builder |
aggregationType(AggregationType aggregationType)
The type of the aggregation request.
|
ListFindingAggregationsRequest.Builder |
aggregationType(String aggregationType)
The type of the aggregation request.
|
ListFindingAggregationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListFindingAggregationsRequest.Builder |
nextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
ListFindingAggregationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFindingAggregationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFindingAggregationsRequest.Builder accountIds(Collection<StringFilter> accountIds)
The Amazon Web Services account IDs to retrieve finding aggregation data for.
accountIds - The Amazon Web Services account IDs to retrieve finding aggregation data for.ListFindingAggregationsRequest.Builder accountIds(StringFilter... accountIds)
The Amazon Web Services account IDs to retrieve finding aggregation data for.
accountIds - The Amazon Web Services account IDs to retrieve finding aggregation data for.ListFindingAggregationsRequest.Builder accountIds(Consumer<StringFilter.Builder>... accountIds)
The Amazon Web Services account IDs to retrieve finding aggregation data for.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #accountIds(List) .accountIds - a consumer that will call methods on List.Builder #accountIds(List) ListFindingAggregationsRequest.Builder aggregationRequest(AggregationRequest aggregationRequest)
Details of the aggregation request that is used to filter your aggregation results.
aggregationRequest - Details of the aggregation request that is used to filter your aggregation results.default ListFindingAggregationsRequest.Builder aggregationRequest(Consumer<AggregationRequest.Builder> aggregationRequest)
Details of the aggregation request that is used to filter your aggregation results.
This is a convenience method that creates an instance of theAggregationRequest.Builder avoiding the
need to create one manually via AggregationRequest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to aggregationRequest(AggregationRequest).aggregationRequest - a consumer that will call methods on AggregationRequest.BuilderaggregationRequest(AggregationRequest)ListFindingAggregationsRequest.Builder aggregationType(String aggregationType)
The type of the aggregation request.
aggregationType - The type of the aggregation request.AggregationType,
AggregationTypeListFindingAggregationsRequest.Builder aggregationType(AggregationType aggregationType)
The type of the aggregation request.
aggregationType - The type of the aggregation request.AggregationType,
AggregationTypeListFindingAggregationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults - The maximum number of results to return in the response.ListFindingAggregationsRequest.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.ListFindingAggregationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListFindingAggregationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.