public static class TargetDetectorDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public TargetDetectorDetails.Builder isEnabled(Boolean isEnabled)
Enables the control
isEnabled
- the value to setpublic TargetDetectorDetails.Builder riskLevel(RiskLevel riskLevel)
The Risk Level
riskLevel
- the value to setpublic TargetDetectorDetails.Builder configurations(List<DetectorConfiguration> configurations)
Configuration details
configurations
- the value to setpublic TargetDetectorDetails.Builder conditionGroups(List<ConditionGroup> conditionGroups)
Condition group corresponding to each compartment
conditionGroups
- the value to setpublic TargetDetectorDetails.Builder labels(List<String> labels)
user defined labels for a detector rule
labels
- the value to setpublic TargetDetectorDetails.Builder isConfigurationAllowed(Boolean isConfigurationAllowed)
configuration allowed or not
isConfigurationAllowed
- the value to setpublic TargetDetectorDetails.Builder problemThreshold(Integer problemThreshold)
Cutover point for an elevated resource Risk Score to create a Problem
problemThreshold
- the value to setpublic TargetDetectorDetails.Builder targetTypes(List<String> targetTypes)
List of target types for which the detector rule is applicable
targetTypes
- the value to setpublic TargetDetectorDetails.Builder sightingTypes(List<SightingType> sightingTypes)
List of sighting types
sightingTypes
- the value to setpublic TargetDetectorDetails build()
public TargetDetectorDetails.Builder copy(TargetDetectorDetails model)
Copyright © 2016–2023. All rights reserved.