public static interface ListFindingsRequest.Builder extends AccessAnalyzerRequest.Builder, SdkPojo, CopyableBuilder<ListFindingsRequest.Builder,ListFindingsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListFindingsRequest.Builder |
analyzerArn(String analyzerArn)
The ARN of the analyzer to retrieve findings from.
|
ListFindingsRequest.Builder |
filter(Map<String,Criterion> filter)
A filter to match for the findings to return.
|
ListFindingsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListFindingsRequest.Builder |
nextToken(String nextToken)
A token used for pagination of results returned.
|
ListFindingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFindingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListFindingsRequest.Builder |
sort(Consumer<SortCriteria.Builder> sort)
The sort order for the findings returned.
|
ListFindingsRequest.Builder |
sort(SortCriteria sort)
The sort order for the findings returned.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFindingsRequest.Builder analyzerArn(String analyzerArn)
The ARN of the analyzer to retrieve findings from.
analyzerArn - The ARN of the analyzer to retrieve findings from.ListFindingsRequest.Builder filter(Map<String,Criterion> filter)
A filter to match for the findings to return.
filter - A filter to match for the findings to return.ListFindingsRequest.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.ListFindingsRequest.Builder nextToken(String nextToken)
A token used for pagination of results returned.
nextToken - A token used for pagination of results returned.ListFindingsRequest.Builder sort(SortCriteria sort)
The sort order for the findings returned.
sort - The sort order for the findings returned.default ListFindingsRequest.Builder sort(Consumer<SortCriteria.Builder> sort)
The sort order for the findings returned.
This is a convenience that creates an instance of theSortCriteria.Builder avoiding the need to
create one manually via SortCriteria.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sort(SortCriteria).sort - a consumer that will call methods on SortCriteria.Buildersort(SortCriteria)ListFindingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListFindingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.