public static class UpdateRemediationRecipeDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateRemediationRecipeDetails.Builder displayName(String displayName)
The name of the remediation recipe.
displayName
- the value to setpublic UpdateRemediationRecipeDetails.Builder scmConfiguration(ScmConfiguration scmConfiguration)
public UpdateRemediationRecipeDetails.Builder verifyConfiguration(VerifyConfiguration verifyConfiguration)
public UpdateRemediationRecipeDetails.Builder detectConfiguration(DetectConfiguration detectConfiguration)
public UpdateRemediationRecipeDetails.Builder networkConfiguration(NetworkConfiguration networkConfiguration)
public UpdateRemediationRecipeDetails.Builder knowledgeBaseId(String knowledgeBaseId)
The Oracle Cloud Identifier (OCID) of the knowledge base.
knowledgeBaseId
- the value to setpublic UpdateRemediationRecipeDetails.Builder isRunTriggeredOnKbChange(Boolean isRunTriggeredOnKbChange)
Boolean indicating if a run should be automatically triggered once the knowledge base is updated.
isRunTriggeredOnKbChange
- the value to setpublic UpdateRemediationRecipeDetails.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"}
freeformTags
- the value to setpublic UpdateRemediationRecipeDetails.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 UpdateRemediationRecipeDetails build()
public UpdateRemediationRecipeDetails.Builder copy(UpdateRemediationRecipeDetails model)
Copyright © 2016–2024. All rights reserved.