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)
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.
|
build
overrideConfiguration
copy
applyMutation, build
ArchiveFindingsRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ArchiveFindingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.