public static interface ListFindingAggregatorsRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<ListFindingAggregatorsRequest.Builder,ListFindingAggregatorsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListFindingAggregatorsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
ListFindingAggregatorsRequest.Builder |
nextToken(String nextToken)
The token returned with the previous set of results.
|
ListFindingAggregatorsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFindingAggregatorsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFindingAggregatorsRequest.Builder nextToken(String nextToken)
The token returned with the previous set of results. Identifies the next set of results to return.
nextToken - The token returned with the previous set of results. Identifies the next set of results to return.ListFindingAggregatorsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return. This operation currently only returns a single result.
maxResults - The maximum number of results to return. This operation currently only returns a single result.ListFindingAggregatorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListFindingAggregatorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.