Class RunbookVersionSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetappsmanagement.model.RunbookVersionSummary.Builder
 
- 
- Enclosing class:
- RunbookVersionSummary
 
 public static class RunbookVersionSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic RunbookVersionSummary.Builder id(String id) The OCID of the resource.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
runbookIdpublic RunbookVersionSummary.Builder runbookId(String runbookId) The OCID of the resource.- Parameters:
- runbookId- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic RunbookVersionSummary.Builder compartmentId(String compartmentId) OCID of the compartment to which the resource belongs to.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
taskspublic RunbookVersionSummary.Builder tasks(List<Task> tasks) A set of tasks to execute in the runbook.- Parameters:
- tasks- the value to set
- Returns:
- this builder
 
 - 
groupspublic RunbookVersionSummary.Builder groups(List<Group> groups) The groups of the runbook.- Parameters:
- groups- the value to set
- Returns:
- this builder
 
 - 
executionWorkflowDetailspublic RunbookVersionSummary.Builder executionWorkflowDetails(ExecutionWorkflowDetails executionWorkflowDetails) 
 - 
rollbackWorkflowDetailspublic RunbookVersionSummary.Builder rollbackWorkflowDetails(RollbackWorkflowDetails rollbackWorkflowDetails) 
 - 
namepublic RunbookVersionSummary.Builder name(String name) The version of the runbook.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
isLatestpublic RunbookVersionSummary.Builder isLatest(Boolean isLatest) Is the latest version for the runbook?- Parameters:
- isLatest- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic RunbookVersionSummary.Builder lifecycleState(RunbookVersion.LifecycleState lifecycleState) The current state of the Runbook.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic RunbookVersionSummary.Builder lifecycleDetails(String lifecycleDetails) A message describing the current state in more detail.For example, can be used to provide actionable information for a resource in Failed state. - Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic RunbookVersionSummary.Builder timeCreated(Date timeCreated) The time this resource was created.An RFC3339 formatted datetime string. - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic RunbookVersionSummary.Builder timeUpdated(Date timeUpdated) The time this resource was last updated.An RFC3339 formatted datetime string. - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic RunbookVersionSummary.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
 
 - 
definedTagspublic RunbookVersionSummary.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
 
 - 
systemTagspublic RunbookVersionSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags) System tags for this resource.Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic RunbookVersionSummary build() 
 - 
copypublic RunbookVersionSummary.Builder copy(RunbookVersionSummary model) 
 
- 
 
-