public static interface UnarchiveFindingsRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<UnarchiveFindingsRequest.Builder,UnarchiveFindingsRequest>
| Modifier and Type | Method and Description |
|---|---|
UnarchiveFindingsRequest.Builder |
detectorId(String detectorId)
The ID of the detector associated with the findings to unarchive.
|
UnarchiveFindingsRequest.Builder |
findingIds(Collection<String> findingIds)
The IDs of the findings to unarchive.
|
UnarchiveFindingsRequest.Builder |
findingIds(String... findingIds)
The IDs of the findings to unarchive.
|
UnarchiveFindingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UnarchiveFindingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUnarchiveFindingsRequest.Builder detectorId(String detectorId)
The ID of the detector associated with the findings to unarchive.
detectorId - The ID of the detector associated with the findings to unarchive.UnarchiveFindingsRequest.Builder findingIds(Collection<String> findingIds)
The IDs of the findings to unarchive.
findingIds - The IDs of the findings to unarchive.UnarchiveFindingsRequest.Builder findingIds(String... findingIds)
The IDs of the findings to unarchive.
findingIds - The IDs of the findings to unarchive.UnarchiveFindingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUnarchiveFindingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.