public static interface UnarchiveFindingsRequest.Builder extends GuardDutyRequest.Builder, CopyableBuilder<UnarchiveFindingsRequest.Builder,UnarchiveFindingsRequest>
Modifier and Type | Method and Description |
---|---|
UnarchiveFindingsRequest.Builder |
detectorId(String detectorId)
The ID of the detector that specifies the GuardDuty service whose findings you want to unarchive.
|
UnarchiveFindingsRequest.Builder |
findingIds(Collection<String> findingIds)
IDs of the findings that you want to unarchive.
|
UnarchiveFindingsRequest.Builder |
findingIds(String... findingIds)
IDs of the findings that you want to unarchive.
|
UnarchiveFindingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UnarchiveFindingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
UnarchiveFindingsRequest.Builder detectorId(String detectorId)
detectorId
- The ID of the detector that specifies the GuardDuty service whose findings you want to unarchive.UnarchiveFindingsRequest.Builder findingIds(Collection<String> findingIds)
findingIds
- IDs of the findings that you want to unarchive.UnarchiveFindingsRequest.Builder findingIds(String... findingIds)
findingIds
- IDs of the findings that you want to unarchive.UnarchiveFindingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UnarchiveFindingsRequest.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.