public static interface UpdateFindingsFeedbackRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<UpdateFindingsFeedbackRequest.Builder,UpdateFindingsFeedbackRequest>
Modifier and Type | Method and Description |
---|---|
UpdateFindingsFeedbackRequest.Builder |
comments(String comments)
Additional feedback about the GuardDuty findings.
|
UpdateFindingsFeedbackRequest.Builder |
detectorId(String detectorId)
The ID of the detector associated with the findings to update feedback for.
|
UpdateFindingsFeedbackRequest.Builder |
feedback(Feedback feedback)
The feedback for the finding.
|
UpdateFindingsFeedbackRequest.Builder |
feedback(String feedback)
The feedback for the finding.
|
UpdateFindingsFeedbackRequest.Builder |
findingIds(Collection<String> 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.
|
UpdateFindingsFeedbackRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateFindingsFeedbackRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateFindingsFeedbackRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateFindingsFeedbackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.