Package com.oracle.bmc.cloudguard.model
Class UpdateTargetDetectorRecipe.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudguard.model.UpdateTargetDetectorRecipe.Builder
-
- Enclosing class:
- UpdateTargetDetectorRecipe
public static class UpdateTargetDetectorRecipe.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateTargetDetectorRecipe
build()
UpdateTargetDetectorRecipe.Builder
copy(UpdateTargetDetectorRecipe model)
UpdateTargetDetectorRecipe.Builder
detectorRules(List<UpdateTargetRecipeDetectorRuleDetails> detectorRules)
Updates to be applied to detector rules in target detector recipeUpdateTargetDetectorRecipe.Builder
targetDetectorRecipeId(String targetDetectorRecipeId)
Unique identifier for target detector recipe
-
-
-
Method Detail
-
targetDetectorRecipeId
public UpdateTargetDetectorRecipe.Builder targetDetectorRecipeId(String targetDetectorRecipeId)
Unique identifier for target detector recipe- Parameters:
targetDetectorRecipeId
- the value to set- Returns:
- this builder
-
detectorRules
public UpdateTargetDetectorRecipe.Builder detectorRules(List<UpdateTargetRecipeDetectorRuleDetails> detectorRules)
Updates to be applied to detector rules in target detector recipe- Parameters:
detectorRules
- the value to set- Returns:
- this builder
-
build
public UpdateTargetDetectorRecipe build()
-
copy
public UpdateTargetDetectorRecipe.Builder copy(UpdateTargetDetectorRecipe model)
-
-