public static interface ListFindingAggregatorsResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<ListFindingAggregatorsResponse.Builder,ListFindingAggregatorsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFindingAggregatorsResponse.Builder |
findingAggregators(Collection<FindingAggregator> findingAggregators)
The list of finding aggregators.
|
ListFindingAggregatorsResponse.Builder |
findingAggregators(Consumer<FindingAggregator.Builder>... findingAggregators)
The list of finding aggregators.
|
ListFindingAggregatorsResponse.Builder |
findingAggregators(FindingAggregator... findingAggregators)
The list of finding aggregators.
|
ListFindingAggregatorsResponse.Builder |
nextToken(String nextToken)
If there are more results, this is the token to provide in the next call to
ListFindingAggregators. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFindingAggregatorsResponse.Builder findingAggregators(Collection<FindingAggregator> findingAggregators)
The list of finding aggregators. This operation currently only returns a single result.
findingAggregators - The list of finding aggregators. This operation currently only returns a single result.ListFindingAggregatorsResponse.Builder findingAggregators(FindingAggregator... findingAggregators)
The list of finding aggregators. This operation currently only returns a single result.
findingAggregators - The list of finding aggregators. This operation currently only returns a single result.ListFindingAggregatorsResponse.Builder findingAggregators(Consumer<FindingAggregator.Builder>... findingAggregators)
The list of finding aggregators. This operation currently only returns a single result.
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 #findingAggregators(List) .findingAggregators - a consumer that will call methods on List.Builder #findingAggregators(List) ListFindingAggregatorsResponse.Builder nextToken(String nextToken)
If there are more results, this is the token to provide in the next call to
ListFindingAggregators.
This operation currently only returns a single result.
nextToken - If there are more results, this is the token to provide in the next call to
ListFindingAggregators.
This operation currently only returns a single result.
Copyright © 2022. All rights reserved.