public static interface ListFindingsResponse.Builder extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<ListFindingsResponse.Builder,ListFindingsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFindingsResponse.Builder |
findings(Collection<Finding> findings)
Contains details on the findings in your environment.
|
ListFindingsResponse.Builder |
findings(Consumer<Finding.Builder>... findings)
Contains details on the findings in your environment.
|
ListFindingsResponse.Builder |
findings(Finding... findings)
Contains details on the findings in your environment.
|
ListFindingsResponse.Builder |
nextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFindingsResponse.Builder findings(Collection<Finding> findings)
Contains details on the findings in your environment.
findings - Contains details on the findings in your environment.ListFindingsResponse.Builder findings(Finding... findings)
Contains details on the findings in your environment.
findings - Contains details on the findings in your environment.ListFindingsResponse.Builder findings(Consumer<Finding.Builder>... findings)
Contains details on the findings in your environment.
This is a convenience method that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #findings(List) .findings - a consumer that will call methods on List.Builder #findings(List) ListFindingsResponse.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. 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. For subsequent calls, use the
NextToken value returned from the previous request to continue listing results after the
first page.Copyright © 2022. All rights reserved.