Class UpdateTaskRunDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.UpdateTaskRunDetails.Builder
 
- 
- Enclosing class:
- UpdateTaskRunDetails
 
 public static class UpdateTaskRunDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
keypublic UpdateTaskRunDetails.Builder key(String key) The key of the object.- Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
statuspublic UpdateTaskRunDetails.Builder status(UpdateTaskRunDetails.Status status) The status of the object.- Parameters:
- status- the value to set
- Returns:
- this builder
 
 - 
modelTypepublic UpdateTaskRunDetails.Builder modelType(String modelType) The type of the object.- Parameters:
- modelType- the value to set
- Returns:
- this builder
 
 - 
modelVersionpublic UpdateTaskRunDetails.Builder modelVersion(String modelVersion) The model version of an object.- Parameters:
- modelVersion- the value to set
- Returns:
- this builder
 
 - 
namepublic UpdateTaskRunDetails.Builder name(String name) Free form text without any restriction on permitted characters.Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters. - Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic UpdateTaskRunDetails.Builder description(String description) Detailed description for the object.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
objectVersionpublic UpdateTaskRunDetails.Builder objectVersion(Integer objectVersion) The version of the object that is used to track changes in the object instance.- Parameters:
- objectVersion- the value to set
- Returns:
- this builder
 
 - 
taskScheduleKeypublic UpdateTaskRunDetails.Builder taskScheduleKey(String taskScheduleKey) Optional task schedule key reference.- Parameters:
- taskScheduleKey- the value to set
- Returns:
- this builder
 
 - 
registryMetadatapublic UpdateTaskRunDetails.Builder registryMetadata(RegistryMetadata registryMetadata) 
 - 
buildpublic UpdateTaskRunDetails build() 
 - 
copypublic UpdateTaskRunDetails.Builder copy(UpdateTaskRunDetails model) 
 
- 
 
-