public static class CreateDetectorRecipeDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateDetectorRecipeDetails.Builder displayName(String displayName)
Detector recipe display name.
Avoid entering confidential information.
displayName
- the value to setpublic CreateDetectorRecipeDetails.Builder description(String description)
Detector recipe description.
Avoid entering confidential information.
description
- the value to setpublic CreateDetectorRecipeDetails.Builder detector(DetectorEnum detector)
Detector for the rule
detector
- the value to setpublic CreateDetectorRecipeDetails.Builder sourceDetectorRecipeId(String sourceDetectorRecipeId)
The ID of the source detector recipe
sourceDetectorRecipeId
- the value to setpublic CreateDetectorRecipeDetails.Builder compartmentId(String compartmentId)
Compartment OCID
compartmentId
- the value to setpublic CreateDetectorRecipeDetails.Builder detectorRules(List<UpdateDetectorRecipeDetectorRule> detectorRules)
Detector rules to override from source detector recipe
detectorRules
- the value to setpublic CreateDetectorRecipeDetails.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.
freeformTags
- the value to setpublic CreateDetectorRecipeDetails.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"}}
definedTags
- the value to setpublic CreateDetectorRecipeDetails build()
public CreateDetectorRecipeDetails.Builder copy(CreateDetectorRecipeDetails model)
Copyright © 2016–2024. All rights reserved.