public static interface BatchUpdateFindingsResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<BatchUpdateFindingsResponse.Builder,BatchUpdateFindingsResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdateFindingsResponse.Builder processedFindings(Collection<AwsSecurityFindingIdentifier> processedFindings)
The list of findings that were updated successfully.
processedFindings - The list of findings that were updated successfully.BatchUpdateFindingsResponse.Builder processedFindings(AwsSecurityFindingIdentifier... processedFindings)
The list of findings that were updated successfully.
processedFindings - The list of findings that were updated successfully.BatchUpdateFindingsResponse.Builder processedFindings(Consumer<AwsSecurityFindingIdentifier.Builder>... processedFindings)
The list of findings that were updated successfully.
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 #processedFindings(List) .processedFindings - a consumer that will call methods on List.Builder #processedFindings(List) BatchUpdateFindingsResponse.Builder unprocessedFindings(Collection<BatchUpdateFindingsUnprocessedFinding> unprocessedFindings)
The list of findings that were not updated.
unprocessedFindings - The list of findings that were not updated.BatchUpdateFindingsResponse.Builder unprocessedFindings(BatchUpdateFindingsUnprocessedFinding... unprocessedFindings)
The list of findings that were not updated.
unprocessedFindings - The list of findings that were not updated.BatchUpdateFindingsResponse.Builder unprocessedFindings(Consumer<BatchUpdateFindingsUnprocessedFinding.Builder>... unprocessedFindings)
The list of findings that were not updated.
This is a convenience that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #unprocessedFindings(List) .unprocessedFindings - a consumer that will call methods on List.Builder #unprocessedFindings(List) Copyright © 2021. All rights reserved.