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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateTargetDetails
build()
UpdateTargetDetails.Builder
copy(UpdateTargetDetails model)
UpdateTargetDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.UpdateTargetDetails.Builder
displayName(String displayName)
Display name of a target.UpdateTargetDetails.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.UpdateTargetDetails.Builder
lifecycleState(LifecycleState lifecycleState)
The current lifecycle state of the Target.UpdateTargetDetails.Builder
targetDetectorRecipes(List<UpdateTargetDetectorRecipe> targetDetectorRecipes)
The details of target detector recipes to be updatedUpdateTargetDetails.Builder
targetResponderRecipes(List<UpdateTargetResponderRecipe> targetResponderRecipes)
The details of target responder recipes to be updated
-
-
-
Method Detail
-
displayName
public UpdateTargetDetails.Builder displayName(String displayName)
Display name of a target.Avoid entering confidential information.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
lifecycleState
public UpdateTargetDetails.Builder lifecycleState(LifecycleState lifecycleState)
The current lifecycle state of the Target.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
targetDetectorRecipes
public UpdateTargetDetails.Builder targetDetectorRecipes(List<UpdateTargetDetectorRecipe> targetDetectorRecipes)
The details of target detector recipes to be updated- Parameters:
targetDetectorRecipes
- the value to set- Returns:
- this builder
-
targetResponderRecipes
public UpdateTargetDetails.Builder targetResponderRecipes(List<UpdateTargetResponderRecipe> targetResponderRecipes)
The details of target responder recipes to be updated- Parameters:
targetResponderRecipes
- the value to set- Returns:
- this builder
-
freeformTags
public 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
-
definedTags
public 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
-
build
public UpdateTargetDetails build()
-
copy
public UpdateTargetDetails.Builder copy(UpdateTargetDetails model)
-
-