public static interface GetFindingsResponse.Builder extends CodeGuruSecurityResponse.Builder, SdkPojo, CopyableBuilder<GetFindingsResponse.Builder,GetFindingsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetFindingsResponse.Builder |
findings(Collection<Finding> findings)
A list of findings generated by the specified scan.
|
GetFindingsResponse.Builder |
findings(Consumer<Finding.Builder>... findings)
A list of findings generated by the specified scan.
|
GetFindingsResponse.Builder |
findings(Finding... findings)
A list of findings generated by the specified scan.
|
GetFindingsResponse.Builder |
nextToken(String nextToken)
A pagination token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFindingsResponse.Builder findings(Collection<Finding> findings)
A list of findings generated by the specified scan.
findings - A list of findings generated by the specified scan.GetFindingsResponse.Builder findings(Finding... findings)
A list of findings generated by the specified scan.
findings - A list of findings generated by the specified scan.GetFindingsResponse.Builder findings(Consumer<Finding.Builder>... findings)
A list of findings generated by the specified scan.
This is a convenience method that creates an instance of theFinding.Builder avoiding the need to create
one manually via Finding.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
Finding.Builder#findings(java.util.Collection) GetFindingsResponse.Builder nextToken(String nextToken)
A pagination token. You can use this in future calls to GetFindings to continue listing results
after the current page.
nextToken - A pagination token. You can use this in future calls to GetFindings to continue listing
results after the current page.Copyright © 2023. All rights reserved.