Package com.oracle.bmc.adm.model
Class UpdateRemediationRecipeDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.adm.model.UpdateRemediationRecipeDetails.Builder
-
- Enclosing class:
- UpdateRemediationRecipeDetails
public static class UpdateRemediationRecipeDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public UpdateRemediationRecipeDetails.Builder displayName(String displayName)
The name of the remediation recipe.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
scmConfiguration
public UpdateRemediationRecipeDetails.Builder scmConfiguration(ScmConfiguration scmConfiguration)
-
verifyConfiguration
public UpdateRemediationRecipeDetails.Builder verifyConfiguration(VerifyConfiguration verifyConfiguration)
-
detectConfiguration
public UpdateRemediationRecipeDetails.Builder detectConfiguration(DetectConfiguration detectConfiguration)
-
networkConfiguration
public UpdateRemediationRecipeDetails.Builder networkConfiguration(NetworkConfiguration networkConfiguration)
-
knowledgeBaseId
public UpdateRemediationRecipeDetails.Builder knowledgeBaseId(String knowledgeBaseId)
The Oracle Cloud Identifier (OCID) of the knowledge base.- Parameters:
knowledgeBaseId
- the value to set- Returns:
- this builder
-
isRunTriggeredOnKbChange
public UpdateRemediationRecipeDetails.Builder isRunTriggeredOnKbChange(Boolean isRunTriggeredOnKbChange)
Boolean indicating if a run should be automatically triggered once the knowledge base is updated.- Parameters:
isRunTriggeredOnKbChange
- the value to set- Returns:
- this builder
-
freeformTags
public 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”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public 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”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
build
public UpdateRemediationRecipeDetails build()
-
copy
public UpdateRemediationRecipeDetails.Builder copy(UpdateRemediationRecipeDetails model)
-
-