Package com.oracle.bmc.cloudguard.model
Class UpdateTargetDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.cloudguard.model.UpdateTargetDetails.Builder
 
- 
- Enclosing class:
- UpdateTargetDetails
 
 public static class UpdateTargetDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateTargetDetailsbuild()UpdateTargetDetails.Buildercopy(UpdateTargetDetails model)UpdateTargetDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.UpdateTargetDetails.BuilderdisplayName(String displayName)Display name of a target.UpdateTargetDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.UpdateTargetDetails.BuilderlifecycleState(LifecycleState lifecycleState)The current lifecycle state of the Target.UpdateTargetDetails.BuildertargetDetectorRecipes(List<UpdateTargetDetectorRecipe> targetDetectorRecipes)The details of target detector recipes to be updatedUpdateTargetDetails.BuildertargetResponderRecipes(List<UpdateTargetResponderRecipe> targetResponderRecipes)The details of target responder recipes to be updated
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateTargetDetails.Builder displayName(String displayName) Display name of a target.Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic UpdateTargetDetails.Builder lifecycleState(LifecycleState lifecycleState) The current lifecycle state of the Target.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
targetDetectorRecipespublic UpdateTargetDetails.Builder targetDetectorRecipes(List<UpdateTargetDetectorRecipe> targetDetectorRecipes) The details of target detector recipes to be updated- Parameters:
- targetDetectorRecipes- the value to set
- Returns:
- this builder
 
 - 
targetResponderRecipespublic UpdateTargetDetails.Builder targetResponderRecipes(List<UpdateTargetResponderRecipe> targetResponderRecipes) The details of target responder recipes to be updated- Parameters:
- targetResponderRecipes- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateTargetDetails.Builder freeformTags(Map<String,String> freeformTags) Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”} Avoid entering confidential information. - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic UpdateTargetDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateTargetDetails build() 
 - 
copypublic UpdateTargetDetails.Builder copy(UpdateTargetDetails model) 
 
- 
 
-