Class UpdateTaskRunDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.UpdateTaskRunDetails.Builder
-
- Enclosing class:
- UpdateTaskRunDetails
public static class UpdateTaskRunDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
key
public UpdateTaskRunDetails.Builder key(String key)
The key of the object.- Parameters:
key
- the value to set- Returns:
- this builder
-
status
public UpdateTaskRunDetails.Builder status(UpdateTaskRunDetails.Status status)
The status of the object.- Parameters:
status
- the value to set- Returns:
- this builder
-
modelType
public UpdateTaskRunDetails.Builder modelType(String modelType)
The type of the object.- Parameters:
modelType
- the value to set- Returns:
- this builder
-
modelVersion
public UpdateTaskRunDetails.Builder modelVersion(String modelVersion)
The model version of an object.- Parameters:
modelVersion
- the value to set- Returns:
- this builder
-
name
public 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
-
description
public UpdateTaskRunDetails.Builder description(String description)
Detailed description for the object.- Parameters:
description
- the value to set- Returns:
- this builder
-
objectVersion
public 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
-
taskScheduleKey
public UpdateTaskRunDetails.Builder taskScheduleKey(String taskScheduleKey)
Optional task schedule key reference.- Parameters:
taskScheduleKey
- the value to set- Returns:
- this builder
-
registryMetadata
public UpdateTaskRunDetails.Builder registryMetadata(RegistryMetadata registryMetadata)
-
build
public UpdateTaskRunDetails build()
-
copy
public UpdateTaskRunDetails.Builder copy(UpdateTaskRunDetails model)
-
-