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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFindingsResponse.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 method that creates an instance of theAwsSecurityFinding.Builder avoiding the need to
create one manually via
AwsSecurityFinding.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
AwsSecurityFinding.Builder#findings(java.util.Collection) 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 © 2023. All rights reserved.