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 theFindingAggregator.Builder avoiding the need to
create one manually via FindingAggregator.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #findingAggregators(List.
findingAggregators - a consumer that will call methods on
FindingAggregator.Builder#findingAggregators(java.util.Collection) 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 © 2023. All rights reserved.