public static interface AwsGuardDutyDetectorDetails.Builder extends SdkPojo, CopyableBuilder<AwsGuardDutyDetectorDetails.Builder,AwsGuardDutyDetectorDetails>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsGuardDutyDetectorDetails.Builder dataSources(AwsGuardDutyDetectorDataSourcesDetails dataSources)
Describes which data sources are activated for the detector.
dataSources - Describes which data sources are activated for the detector.default AwsGuardDutyDetectorDetails.Builder dataSources(Consumer<AwsGuardDutyDetectorDataSourcesDetails.Builder> dataSources)
Describes which data sources are activated for the detector.
This is a convenience method that creates an instance of theAwsGuardDutyDetectorDataSourcesDetails.Builder avoiding the need to create one manually via
AwsGuardDutyDetectorDataSourcesDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to dataSources(AwsGuardDutyDetectorDataSourcesDetails).
dataSources - a consumer that will call methods on AwsGuardDutyDetectorDataSourcesDetails.BuilderdataSources(AwsGuardDutyDetectorDataSourcesDetails)AwsGuardDutyDetectorDetails.Builder features(Collection<AwsGuardDutyDetectorFeaturesDetails> features)
Describes which features are activated for the detector.
features - Describes which features are activated for the detector.AwsGuardDutyDetectorDetails.Builder features(AwsGuardDutyDetectorFeaturesDetails... features)
Describes which features are activated for the detector.
features - Describes which features are activated for the detector.AwsGuardDutyDetectorDetails.Builder features(Consumer<AwsGuardDutyDetectorFeaturesDetails.Builder>... features)
Describes which features are activated for the detector.
This is a convenience method that creates an instance of theAwsGuardDutyDetectorFeaturesDetails.Builder
avoiding the need to create one manually via
AwsGuardDutyDetectorFeaturesDetails.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #features(List.
features - a consumer that will call methods on
AwsGuardDutyDetectorFeaturesDetails.Builder#features(java.util.Collection) AwsGuardDutyDetectorDetails.Builder findingPublishingFrequency(String findingPublishingFrequency)
The publishing frequency of the finding.
findingPublishingFrequency - The publishing frequency of the finding.AwsGuardDutyDetectorDetails.Builder serviceRole(String serviceRole)
The GuardDuty service role.
serviceRole - The GuardDuty service role.AwsGuardDutyDetectorDetails.Builder status(String status)
The activation status of the detector.
status - The activation status of the detector.Copyright © 2023. All rights reserved.