Interface ArchiveFindingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ArchiveFindingsRequest.Builder,ArchiveFindingsRequest>,GuardDutyRequest.Builder,SdkBuilder<ArchiveFindingsRequest.Builder,ArchiveFindingsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ArchiveFindingsRequest
public static interface ArchiveFindingsRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<ArchiveFindingsRequest.Builder,ArchiveFindingsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArchiveFindingsRequest.BuilderdetectorId(String detectorId)The ID of the detector that specifies the GuardDuty service whose findings you want to archive.ArchiveFindingsRequest.BuilderfindingIds(String... findingIds)The IDs of the findings that you want to archive.ArchiveFindingsRequest.BuilderfindingIds(Collection<String> findingIds)The IDs of the findings that you want to archive.ArchiveFindingsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ArchiveFindingsRequest.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
ArchiveFindingsRequest.Builder detectorId(String detectorId)
The ID of the detector that specifies the GuardDuty service whose findings you want to archive.
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 that specifies the GuardDuty service whose findings you want to archive.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
ArchiveFindingsRequest.Builder findingIds(Collection<String> findingIds)
The IDs of the findings that you want to archive.
- Parameters:
findingIds- The IDs of the findings that you want to archive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findingIds
ArchiveFindingsRequest.Builder findingIds(String... findingIds)
The IDs of the findings that you want to archive.
- Parameters:
findingIds- The IDs of the findings that you want to archive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ArchiveFindingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ArchiveFindingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-