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)
Add an optional request override configuration.
|
UnarchiveFindingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UnarchiveFindingsRequest.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)
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.