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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateTargetDetectorRecipebuild()UpdateTargetDetectorRecipe.Buildercopy(UpdateTargetDetectorRecipe model)UpdateTargetDetectorRecipe.BuilderdetectorRules(List<UpdateTargetRecipeDetectorRuleDetails> detectorRules)Updates to be applied to detector rules in target detector recipeUpdateTargetDetectorRecipe.BuildertargetDetectorRecipeId(String targetDetectorRecipeId)Unique identifier for target detector recipe
 
- 
- 
- 
Method Detail- 
targetDetectorRecipeIdpublic UpdateTargetDetectorRecipe.Builder targetDetectorRecipeId(String targetDetectorRecipeId) Unique identifier for target detector recipe- Parameters:
- targetDetectorRecipeId- the value to set
- Returns:
- this builder
 
 - 
detectorRulespublic 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
 
 - 
buildpublic UpdateTargetDetectorRecipe build() 
 - 
copypublic UpdateTargetDetectorRecipe.Builder copy(UpdateTargetDetectorRecipe model) 
 
- 
 
-