static Job.Builder |
Job.builder() |
Create a new builder.
|
Job.Builder |
Job.Builder.catalogId(String catalogId) |
The data catalog’s OCID.
|
Job.Builder |
Job.Builder.connectionKey(String connectionKey) |
The key of the connection used by the job.
|
Job.Builder |
Job.Builder.copy(Job model) |
|
Job.Builder |
Job.Builder.createdById(String createdById) |
OCID of the user who created this job.
|
Job.Builder |
Job.Builder.dataAssetKey(String dataAssetKey) |
Unique key of the data asset to which this job applies, if the job involves a data asset.
|
Job.Builder |
Job.Builder.description(String description) |
Detailed description of the job.
|
Job.Builder |
Job.Builder.displayName(String displayName) |
A user-friendly display name.
|
Job.Builder |
Job.Builder.errorCode(String errorCode) |
Error code returned from the latest job execution for this job.
|
Job.Builder |
Job.Builder.errorMessage(String errorMessage) |
Error message returned from the latest job execution for this job.
|
Job.Builder |
Job.Builder.executionCount(Integer executionCount) |
The total number of executions for this job schedule.
|
Job.Builder |
Job.Builder.glossaryKey(String glossaryKey) |
Unique key of the glossary to which this job applies.
|
Job.Builder |
Job.Builder.internalVersion(String internalVersion) |
Internal version of the job resource.
|
Job.Builder |
Job.Builder.jobDefinitionKey(String jobDefinitionKey) |
The unique key of the job definition resource that defined the scope of this job.
|
Job.Builder |
Job.Builder.jobDefinitionName(String jobDefinitionName) |
The display name of the job definition resource that defined the scope of this job.
|
Job.Builder |
Job.Builder.jobType(JobType jobType) |
Type of the job.
|
Job.Builder |
Job.Builder.key(String key) |
Unique key of the job resource.
|
Job.Builder |
Job.Builder.lifecycleState(JobLifecycleState lifecycleState) |
Lifecycle state for job.
|
Job.Builder |
Job.Builder.scheduleCronExpression(String scheduleCronExpression) |
Interval on which the job will be run.
|
Job.Builder |
Job.Builder.scheduleType(JobScheduleType scheduleType) |
Type of job schedule that is inferred from the scheduling properties.
|
Job.Builder |
Job.Builder.timeCreated(Date timeCreated) |
The date and time the job was created, in the format defined by
RFC3339.
|
Job.Builder |
Job.Builder.timeOfLatestExecution(Date timeOfLatestExecution) |
The date and time of the most recent execution for this Job, in the format defined by
RFC3339.
|
Job.Builder |
Job.Builder.timeScheduleBegin(Date timeScheduleBegin) |
Date that the schedule should be operational.
|
Job.Builder |
Job.Builder.timeScheduleEnd(Date timeScheduleEnd) |
Date that the schedule should end from being operational.
|
Job.Builder |
Job.Builder.timeUpdated(Date timeUpdated) |
Time that this job was last updated.
|
Job.Builder |
Job.toBuilder() |
|
Job.Builder |
Job.Builder.updatedById(String updatedById) |
OCID of the user who updated this job.
|
Job.Builder |
Job.Builder.uri(String uri) |
URI to the job instance in the API.
|