BatchJob.Builder |
BatchJob.Builder.batchContextId(String batchContextId) |
The OCID of the
parent batch context of the parent job pool.
|
BatchJob.Builder |
BatchJob.Builder.batchJobPoolId(String batchJobPoolId) |
The OCID of the
parent batch job pool.
|
static BatchJob.Builder |
BatchJob.builder() |
Create a new builder.
|
BatchJob.Builder |
BatchJob.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment.
|
BatchJob.Builder |
BatchJob.Builder.copy(BatchJob model) |
|
BatchJob.Builder |
BatchJob.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
BatchJob.Builder |
BatchJob.Builder.description(String description) |
An optional description that provides additional context next to the displayName.
|
BatchJob.Builder |
BatchJob.Builder.displayName(String displayName) |
A user-friendly name.
|
BatchJob.Builder |
BatchJob.Builder.environmentVariables(List<EnvironmentVariable> environmentVariables) |
An environment variables to use for the job’s tasks (can be overridden by task’s
environment variables).
|
BatchJob.Builder |
BatchJob.Builder.freeformTags(Map<String,String> freeformTags) |
Free-form tags for this resource.
|
BatchJob.Builder |
BatchJob.Builder.id(String id) |
The OCID of the
batch job.
|
BatchJob.Builder |
BatchJob.Builder.lifecycleDetails(String lifecycleDetails) |
A message that describes the current state of the batch job in more detail.
|
BatchJob.Builder |
BatchJob.Builder.lifecycleState(BatchJob.LifecycleState lifecycleState) |
The current state of the batch job.
|
BatchJob.Builder |
BatchJob.Builder.priority(Integer priority) |
A value calculated by the system based on the priority tags.
|
BatchJob.Builder |
BatchJob.Builder.progressDetails(String progressDetails) |
A more detailed textual representation of the job completion.
|
BatchJob.Builder |
BatchJob.Builder.progressPercentage(Integer progressPercentage) |
A percentage value (0..100) of the job completion.
|
BatchJob.Builder |
BatchJob.Builder.systemTags(Map<String,Map<String,Object>> systemTags) |
System tags for this resource.
|
BatchJob.Builder |
BatchJob.Builder.timeCreated(Date timeCreated) |
The date and time the batch job was created, in the format defined by RFC
3339.
|
BatchJob.Builder |
BatchJob.Builder.timeUpdated(Date timeUpdated) |
The date and time the batch job was updated, in the format defined by RFC
3339.
|
BatchJob.Builder |
BatchJob.toBuilder() |
|