public static class UpdateTargetDetectorRecipeDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateTargetDetectorRecipeDetails |
build() |
UpdateTargetDetectorRecipeDetails.Builder |
copy(UpdateTargetDetectorRecipeDetails model) |
UpdateTargetDetectorRecipeDetails.Builder |
detectorRecipeId(String detectorRecipeId)
Unique identifier for the target detector recipe
|
UpdateTargetDetectorRecipeDetails.Builder |
detectorRules(List<UpdateTargetRecipeDetectorRuleDetails> detectorRules)
List of updates to be applied to detector rules in target detector recipe
|
UpdateTargetDetectorRecipeDetails.Builder |
isValidationOnlyQuery(Boolean isValidationOnlyQuery)
Is validation to be performed for attaching the detector recipe?
|
public UpdateTargetDetectorRecipeDetails.Builder detectorRecipeId(String detectorRecipeId)
Unique identifier for the target detector recipe
detectorRecipeId
- the value to setpublic UpdateTargetDetectorRecipeDetails.Builder isValidationOnlyQuery(Boolean isValidationOnlyQuery)
Is validation to be performed for attaching the detector recipe?
isValidationOnlyQuery
- the value to setpublic UpdateTargetDetectorRecipeDetails.Builder detectorRules(List<UpdateTargetRecipeDetectorRuleDetails> detectorRules)
List of updates to be applied to detector rules in target detector recipe
detectorRules
- the value to setpublic UpdateTargetDetectorRecipeDetails build()
public UpdateTargetDetectorRecipeDetails.Builder copy(UpdateTargetDetectorRecipeDetails model)
Copyright © 2016–2024. All rights reserved.