public static interface ListFindingsResponse.Builder extends AccessAnalyzerResponse.Builder, SdkPojo, CopyableBuilder<ListFindingsResponse.Builder,ListFindingsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFindingsResponse.Builder |
findings(Collection<FindingSummary> findings)
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
|
ListFindingsResponse.Builder |
findings(Consumer<FindingSummary.Builder>... findings)
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
|
ListFindingsResponse.Builder |
findings(FindingSummary... findings)
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
|
ListFindingsResponse.Builder |
nextToken(String nextToken)
A token used for pagination of results returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFindingsResponse.Builder findings(Collection<FindingSummary> findings)
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
findings - A list of findings retrieved from the analyzer that match the filter criteria specified, if any.ListFindingsResponse.Builder findings(FindingSummary... findings)
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
findings - A list of findings retrieved from the analyzer that match the filter criteria specified, if any.ListFindingsResponse.Builder findings(Consumer<FindingSummary.Builder>... findings)
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
This is a convenience method that creates an instance of theFindingSummary.Builder avoiding the need to
create one manually via FindingSummary.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #findings(List.
findings - a consumer that will call methods on
FindingSummary.Builder#findings(java.util.Collection) ListFindingsResponse.Builder nextToken(String nextToken)
A token used for pagination of results returned.
nextToken - A token used for pagination of results returned.Copyright © 2022. All rights reserved.