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 method that creates an instance of theAwsSecurityFindingIdentifier.Builder avoiding the
need to create one manually via
AwsSecurityFindingIdentifier.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #processedFindings(List.
processedFindings - a consumer that will call methods on
AwsSecurityFindingIdentifier.Builder#processedFindings(java.util.Collection) 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 method that creates an instance of theBatchUpdateFindingsUnprocessedFinding.Builder
avoiding the need to create one manually via
BatchUpdateFindingsUnprocessedFinding.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #unprocessedFindings(List.
unprocessedFindings - a consumer that will call methods on
BatchUpdateFindingsUnprocessedFinding.Builder#unprocessedFindings(java.util.Collection) Copyright © 2023. All rights reserved.