public static interface UpdateFindingsFeedbackRequest.Builder extends GuardDutyRequest.Builder, 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 that specifies the GuardDuty service whose findings you want to mark as useful or not
useful.
|
UpdateFindingsFeedbackRequest.Builder |
feedback(Feedback feedback)
Valid values: USEFUL | NOT_USEFUL
|
UpdateFindingsFeedbackRequest.Builder |
feedback(String feedback)
Valid values: USEFUL | NOT_USEFUL
|
UpdateFindingsFeedbackRequest.Builder |
findingIds(Collection<String> findingIds)
IDs of the findings that you want to mark as useful or not useful.
|
UpdateFindingsFeedbackRequest.Builder |
findingIds(String... findingIds)
IDs of the findings that you want to mark as useful or not useful.
|
UpdateFindingsFeedbackRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateFindingsFeedbackRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildUpdateFindingsFeedbackRequest.Builder comments(String comments)
comments - Additional feedback about the GuardDuty findings.UpdateFindingsFeedbackRequest.Builder detectorId(String detectorId)
detectorId - The ID of the detector that specifies the GuardDuty service whose findings you want to mark as useful
or not useful.UpdateFindingsFeedbackRequest.Builder feedback(String feedback)
UpdateFindingsFeedbackRequest.Builder feedback(Feedback feedback)
UpdateFindingsFeedbackRequest.Builder findingIds(Collection<String> findingIds)
findingIds - IDs of the findings that you want to mark as useful or not useful.UpdateFindingsFeedbackRequest.Builder findingIds(String... findingIds)
findingIds - IDs of the findings that you want to mark as useful or not useful.UpdateFindingsFeedbackRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateFindingsFeedbackRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.