public static class UpdateDetectorRecipeDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateDetectorRecipeDetails |
build() |
UpdateDetectorRecipeDetails.Builder |
copy(UpdateDetectorRecipeDetails model) |
UpdateDetectorRecipeDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
UpdateDetectorRecipeDetails.Builder |
description(String description)
Detector recipe description.
|
UpdateDetectorRecipeDetails.Builder |
detectorRules(List<UpdateDetectorRecipeDetectorRule> detectorRules)
List of detector rules to update
|
UpdateDetectorRecipeDetails.Builder |
displayName(String displayName)
Display name of detector recipe.
|
UpdateDetectorRecipeDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
public UpdateDetectorRecipeDetails.Builder displayName(String displayName)
Display name of detector recipe.
Avoid entering confidential information.
displayName
- the value to setpublic UpdateDetectorRecipeDetails.Builder description(String description)
Detector recipe description.
Avoid entering confidential information.
description
- the value to setpublic UpdateDetectorRecipeDetails.Builder detectorRules(List<UpdateDetectorRecipeDetectorRule> detectorRules)
List of detector rules to update
detectorRules
- the value to setpublic UpdateDetectorRecipeDetails.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 UpdateDetectorRecipeDetails.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 UpdateDetectorRecipeDetails build()
public UpdateDetectorRecipeDetails.Builder copy(UpdateDetectorRecipeDetails model)
Copyright © 2016–2024. All rights reserved.