public static interface UpdateFindingsFeedbackRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<UpdateFindingsFeedbackRequest.Builder,UpdateFindingsFeedbackRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFindingsFeedbackRequest.Builder detectorId(String detectorId)
The ID of the detector associated with the findings to update feedback for.
detectorId - The ID of the detector associated with the findings to update feedback for.UpdateFindingsFeedbackRequest.Builder findingIds(Collection<String> findingIds)
The IDs of the findings that you want to mark as useful or not useful.
findingIds - The IDs of the findings that you want to mark as useful or not useful.UpdateFindingsFeedbackRequest.Builder findingIds(String... findingIds)
The IDs of the findings that you want to mark as useful or not useful.
findingIds - The IDs of the findings that you want to mark as useful or not useful.UpdateFindingsFeedbackRequest.Builder feedback(String feedback)
The feedback for the finding.
UpdateFindingsFeedbackRequest.Builder feedback(Feedback feedback)
The feedback for the finding.
UpdateFindingsFeedbackRequest.Builder comments(String comments)
Additional feedback about the GuardDuty findings.
comments - Additional feedback about the GuardDuty findings.UpdateFindingsFeedbackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateFindingsFeedbackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.