public static interface GetFindingsResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<GetFindingsResponse.Builder,GetFindingsResponse>
Modifier and Type | Method and Description |
---|---|
GetFindingsResponse.Builder |
findings(AwsSecurityFinding... findings)
The findings that matched the filters specified in the request.
|
GetFindingsResponse.Builder |
findings(Collection<AwsSecurityFinding> findings)
The findings that matched the filters specified in the request.
|
GetFindingsResponse.Builder |
findings(Consumer<AwsSecurityFinding.Builder>... findings)
The findings that matched the filters specified in the request.
|
GetFindingsResponse.Builder |
nextToken(String nextToken)
The pagination token to use to request the next page of results.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetFindingsResponse.Builder findings(Collection<AwsSecurityFinding> findings)
The findings that matched the filters specified in the request.
findings
- The findings that matched the filters specified in the request.GetFindingsResponse.Builder findings(AwsSecurityFinding... findings)
The findings that matched the filters specified in the request.
findings
- The findings that matched the filters specified in the request.GetFindingsResponse.Builder findings(Consumer<AwsSecurityFinding.Builder>... findings)
The findings that matched the filters 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)
GetFindingsResponse.Builder nextToken(String nextToken)
The pagination token to use to request the next page of results.
nextToken
- The pagination token to use to request the next page of results.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.