public static interface GetFindingsResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<GetFindingsResponse.Builder,GetFindingsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetFindingsResponse.Builder |
findings(AwsSecurityFinding... findings)
Findings details returned by the operation.
|
GetFindingsResponse.Builder |
findings(Collection<AwsSecurityFinding> findings)
Findings details returned by the operation.
|
GetFindingsResponse.Builder |
findings(Consumer<AwsSecurityFinding.Builder>... findings)
Findings details returned by the operation.
|
GetFindingsResponse.Builder |
nextToken(String nextToken)
The token that is required for pagination.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetFindingsResponse.Builder findings(Collection<AwsSecurityFinding> findings)
Findings details returned by the operation.
findings - Findings details returned by the operation.GetFindingsResponse.Builder findings(AwsSecurityFinding... findings)
Findings details returned by the operation.
findings - Findings details returned by the operation.GetFindingsResponse.Builder findings(Consumer<AwsSecurityFinding.Builder>... findings)
Findings details returned by the operation.
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 token that is required for pagination.
nextToken - The token that is required for pagination.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.