public static interface GetFindingsResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<GetFindingsResponse.Builder,GetFindingsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetFindingsResponse.Builder |
findings(Collection<Finding> findings)
An array of objects, one for each finding that meets the criteria specified in the request.
|
GetFindingsResponse.Builder |
findings(Consumer<Finding.Builder>... findings)
An array of objects, one for each finding that meets the criteria specified in the request.
|
GetFindingsResponse.Builder |
findings(Finding... findings)
An array of objects, one for each finding that meets the criteria specified in the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFindingsResponse.Builder findings(Collection<Finding> findings)
An array of objects, one for each finding that meets the criteria specified in the request.
findings - An array of objects, one for each finding that meets the criteria specified in the request.GetFindingsResponse.Builder findings(Finding... findings)
An array of objects, one for each finding that meets the criteria specified in the request.
findings - An array of objects, one for each finding that meets the criteria specified in the request.GetFindingsResponse.Builder findings(Consumer<Finding.Builder>... findings)
An array of objects, one for each finding that meets the criteria specified in the request.
This is a convenience 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) Copyright © 2022. All rights reserved.