Class LastRunDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.LastRunDetails.Builder
-
- Enclosing class:
- LastRunDetails
public static class LastRunDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LastRunDetails
build()
LastRunDetails.Builder
copy(LastRunDetails model)
LastRunDetails.Builder
description(String description)
Detailed description for the object.LastRunDetails.Builder
identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers.LastRunDetails.Builder
key(String key)
Generated key that can be used in API calls to identify Last run details of a task schedule.LastRunDetails.Builder
lastRunTimeMillis(Long lastRunTimeMillis)
Time in milliseconds for the pervious schedule.LastRunDetails.Builder
modelType(String modelType)
The type of the object.LastRunDetails.Builder
modelVersion(String modelVersion)
This is a version number that is used by the service to upgrade objects if needed through releases of the service.LastRunDetails.Builder
name(String name)
Free form text without any restriction on permitted characters.LastRunDetails.Builder
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.LastRunDetails.Builder
objectVersion(Integer objectVersion)
This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.LastRunDetails.Builder
parentRef(ParentReference parentRef)
-
-
-
Method Detail
-
key
public LastRunDetails.Builder key(String key)
Generated key that can be used in API calls to identify Last run details of a task schedule.On scenarios where reference to the lastRunDetails is needed, a value can be passed in create.
- Parameters:
key
- the value to set- Returns:
- this builder
-
modelVersion
public LastRunDetails.Builder modelVersion(String modelVersion)
This is a version number that is used by the service to upgrade objects if needed through releases of the service.- Parameters:
modelVersion
- the value to set- Returns:
- this builder
-
modelType
public LastRunDetails.Builder modelType(String modelType)
The type of the object.- Parameters:
modelType
- the value to set- Returns:
- this builder
-
parentRef
public LastRunDetails.Builder parentRef(ParentReference parentRef)
-
name
public LastRunDetails.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 LastRunDetails.Builder description(String description)
Detailed description for the object.- Parameters:
description
- the value to set- Returns:
- this builder
-
objectVersion
public LastRunDetails.Builder objectVersion(Integer objectVersion)
This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.- Parameters:
objectVersion
- the value to set- Returns:
- this builder
-
objectStatus
public LastRunDetails.Builder objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.- Parameters:
objectStatus
- the value to set- Returns:
- this builder
-
identifier
public LastRunDetails.Builder identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers.It should begin with upper case letter or underscore. The value can be modified.
- Parameters:
identifier
- the value to set- Returns:
- this builder
-
lastRunTimeMillis
public LastRunDetails.Builder lastRunTimeMillis(Long lastRunTimeMillis)
Time in milliseconds for the pervious schedule.- Parameters:
lastRunTimeMillis
- the value to set- Returns:
- this builder
-
build
public LastRunDetails build()
-
copy
public LastRunDetails.Builder copy(LastRunDetails model)
-
-