Interface UnarchiveFindingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UnarchiveFindingsRequest.Builder,UnarchiveFindingsRequest>,GuardDutyRequest.Builder,SdkBuilder<UnarchiveFindingsRequest.Builder,UnarchiveFindingsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UnarchiveFindingsRequest
public static interface UnarchiveFindingsRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<UnarchiveFindingsRequest.Builder,UnarchiveFindingsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnarchiveFindingsRequest.BuilderdetectorId(String detectorId)The ID of the detector associated with the findings to unarchive.UnarchiveFindingsRequest.BuilderfindingIds(String... findingIds)The IDs of the findings to unarchive.UnarchiveFindingsRequest.BuilderfindingIds(Collection<String> findingIds)The IDs of the findings to unarchive.UnarchiveFindingsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UnarchiveFindingsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.guardduty.model.GuardDutyRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
detectorId
UnarchiveFindingsRequest.Builder detectorId(String detectorId)
The ID of the detector associated with the findings to unarchive.
To find the
detectorIdin the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.- Parameters:
detectorId- The ID of the detector associated with the findings to unarchive.To find the
detectorIdin the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findingIds
UnarchiveFindingsRequest.Builder findingIds(Collection<String> findingIds)
The IDs of the findings to unarchive.
- Parameters:
findingIds- The IDs of the findings to unarchive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findingIds
UnarchiveFindingsRequest.Builder findingIds(String... findingIds)
The IDs of the findings to unarchive.
- Parameters:
findingIds- The IDs of the findings to unarchive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UnarchiveFindingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UnarchiveFindingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-