public static interface ArchiveFindingsRequest.Builder extends GuardDutyRequest.Builder, 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)
IDs of the findings that you want to archive.
|
ArchiveFindingsRequest.Builder |
findingIds(String... findingIds)
IDs of the findings that you want to archive.
|
ArchiveFindingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ArchiveFindingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildArchiveFindingsRequest.Builder detectorId(String detectorId)
detectorId - The ID of the detector that specifies the GuardDuty service whose findings you want to archive.ArchiveFindingsRequest.Builder findingIds(Collection<String> findingIds)
findingIds - IDs of the findings that you want to archive.ArchiveFindingsRequest.Builder findingIds(String... findingIds)
findingIds - IDs of the findings that you want to archive.ArchiveFindingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ArchiveFindingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.