public static class RemediationRecipeSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RemediationRecipeSummary |
build() |
RemediationRecipeSummary.Builder |
compartmentId(String compartmentId)
The compartment Oracle Cloud Identifier
(OCID) of the
remediation recipe.
|
RemediationRecipeSummary.Builder |
copy(RemediationRecipeSummary model) |
RemediationRecipeSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
RemediationRecipeSummary.Builder |
displayName(String displayName)
The name of the Remediation Recipe.
|
RemediationRecipeSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
RemediationRecipeSummary.Builder |
id(String id)
The Oracle Cloud Identifier
(OCID) of the
remediation recipe.
|
RemediationRecipeSummary.Builder |
isRunTriggeredOnKbChange(Boolean isRunTriggeredOnKbChange)
Boolean indicating if a run should be automatically triggered once the Knowledge Base is
updated.
|
RemediationRecipeSummary.Builder |
knowledgeBaseId(String knowledgeBaseId)
The Oracle Cloud Identifier
(OCID) of the
knowledge base.
|
RemediationRecipeSummary.Builder |
lifecycleState(RemediationRecipe.LifecycleState lifecycleState)
The current lifecycle state of the Remediation Recipe.
|
RemediationRecipeSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
RemediationRecipeSummary.Builder |
timeCreated(Date timeCreated)
The creation date and time of the Remediation Recipe (formatted according to
RFC3339).
|
RemediationRecipeSummary.Builder |
timeUpdated(Date timeUpdated)
The date and time the Remediation Recipe was last updated (formatted according to
RFC3339).
|
public RemediationRecipeSummary.Builder id(String id)
The Oracle Cloud Identifier (OCID) of the remediation recipe.
id
- the value to setpublic RemediationRecipeSummary.Builder displayName(String displayName)
The name of the Remediation Recipe.
displayName
- the value to setpublic RemediationRecipeSummary.Builder timeCreated(Date timeCreated)
The creation date and time of the Remediation Recipe (formatted according to RFC3339).
timeCreated
- the value to setpublic RemediationRecipeSummary.Builder timeUpdated(Date timeUpdated)
The date and time the Remediation Recipe was last updated (formatted according to RFC3339).
timeUpdated
- the value to setpublic RemediationRecipeSummary.Builder compartmentId(String compartmentId)
The compartment Oracle Cloud Identifier (OCID) of the remediation recipe.
compartmentId
- the value to setpublic RemediationRecipeSummary.Builder lifecycleState(RemediationRecipe.LifecycleState lifecycleState)
The current lifecycle state of the Remediation Recipe.
lifecycleState
- the value to setpublic RemediationRecipeSummary.Builder knowledgeBaseId(String knowledgeBaseId)
The Oracle Cloud Identifier (OCID) of the knowledge base.
knowledgeBaseId
- the value to setpublic RemediationRecipeSummary.Builder isRunTriggeredOnKbChange(Boolean isRunTriggeredOnKbChange)
Boolean indicating if a run should be automatically triggered once the Knowledge Base is updated.
isRunTriggeredOnKbChange
- the value to setpublic RemediationRecipeSummary.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 RemediationRecipeSummary.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 RemediationRecipeSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic RemediationRecipeSummary build()
public RemediationRecipeSummary.Builder copy(RemediationRecipeSummary model)
Copyright © 2016–2024. All rights reserved.