public static interface ListFindingsRequest.Builder extends Inspector2Request.Builder, SdkPojo, CopyableBuilder<ListFindingsRequest.Builder,ListFindingsRequest>
| Modifier and Type | Method and Description |
|---|---|
default ListFindingsRequest.Builder |
filterCriteria(Consumer<FilterCriteria.Builder> filterCriteria)
Details on the filters to apply to your finding results.
|
ListFindingsRequest.Builder |
filterCriteria(FilterCriteria filterCriteria)
Details on the filters to apply to your finding results.
|
ListFindingsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results the response can return.
|
ListFindingsRequest.Builder |
nextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
ListFindingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFindingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListFindingsRequest.Builder |
sortCriteria(Consumer<SortCriteria.Builder> sortCriteria)
Details on the sort criteria to apply to your finding results.
|
ListFindingsRequest.Builder |
sortCriteria(SortCriteria sortCriteria)
Details on the sort criteria to apply to your finding results.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFindingsRequest.Builder filterCriteria(FilterCriteria filterCriteria)
Details on the filters to apply to your finding results.
filterCriteria - Details on the filters to apply to your finding results.default ListFindingsRequest.Builder filterCriteria(Consumer<FilterCriteria.Builder> filterCriteria)
Details on the filters to apply to your finding results.
This is a convenience method that creates an instance of theFilterCriteria.Builder avoiding the need
to create one manually via FilterCriteria.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to filterCriteria(FilterCriteria).
filterCriteria - a consumer that will call methods on FilterCriteria.BuilderfilterCriteria(FilterCriteria)ListFindingsRequest.Builder maxResults(Integer maxResults)
The maximum number of results the response can return. If your request would return more than the maximum the
response will return a nextToken value, use this value when you call the action again to get the
remaining results.
maxResults - The maximum number of results the response can return. If your request would return more than the
maximum the response will return a nextToken value, use this value when you call the
action again to get the remaining results.ListFindingsRequest.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. If your response returns more than the maxResults
maximum value it will also return a nextToken value. 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. If your response returns more than the
maxResults maximum value it will also return a nextToken value. For
subsequent calls, use the nextToken value returned from the previous request to continue
listing results after the first page.ListFindingsRequest.Builder sortCriteria(SortCriteria sortCriteria)
Details on the sort criteria to apply to your finding results.
sortCriteria - Details on the sort criteria to apply to your finding results.default ListFindingsRequest.Builder sortCriteria(Consumer<SortCriteria.Builder> sortCriteria)
Details on the sort criteria to apply to your finding results.
This is a convenience method 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 sortCriteria(SortCriteria).
sortCriteria - a consumer that will call methods on SortCriteria.BuildersortCriteria(SortCriteria)ListFindingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListFindingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.