public static interface ArchiveFindingsRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<ArchiveFindingsRequest.Builder,ArchiveFindingsRequest>
| Modifier and Type | Method and Description |
|---|---|
ArchiveFindingsRequest.Builder |
detectorId(String detectorId)
The ID of the detector that specifies the GuardDuty service whose findings you want to archive.
|
ArchiveFindingsRequest.Builder |
findingIds(Collection<String> findingIds)
The IDs of the findings that you want to archive.
|
ArchiveFindingsRequest.Builder |
findingIds(String... findingIds)
The IDs of the findings that you want to archive.
|
ArchiveFindingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ArchiveFindingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildArchiveFindingsRequest.Builder detectorId(String detectorId)
The ID of the detector that specifies the GuardDuty service whose findings you want to archive.
detectorId - The ID of the detector that specifies the GuardDuty service whose findings you want to archive.ArchiveFindingsRequest.Builder findingIds(Collection<String> findingIds)
The IDs of the findings that you want to archive.
findingIds - The IDs of the findings that you want to archive.ArchiveFindingsRequest.Builder findingIds(String... findingIds)
The IDs of the findings that you want to archive.
findingIds - The IDs of the findings that you want to archive.ArchiveFindingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderArchiveFindingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.