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 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFindingsFeedbackRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFindingsFeedbackRequest.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.
detectorId - The ID of the detector that specifies the GuardDuty service whose findings you want to mark as useful
or not useful.UpdateFindingsFeedbackRequest.Builder findingIds(Collection<String> findingIds)
IDs of the findings that you want to mark as useful or not useful.
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.
findingIds - IDs of the findings that you want to mark as useful or not useful.UpdateFindingsFeedbackRequest.Builder feedback(String feedback)
Valid values: USEFUL | NOT_USEFUL
UpdateFindingsFeedbackRequest.Builder feedback(Feedback feedback)
Valid values: USEFUL | NOT_USEFUL
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 © 2019. All rights reserved.