public static class ProcessorJob.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ProcessorJob |
build() |
ProcessorJob.Builder |
compartmentId(String compartmentId)
The compartment identifier.
|
ProcessorJob.Builder |
copy(ProcessorJob model) |
ProcessorJob.Builder |
displayName(String displayName)
The display name of the processor job.
|
ProcessorJob.Builder |
id(String id)
The id of the processor job.
|
ProcessorJob.Builder |
inputLocation(InputLocation inputLocation) |
ProcessorJob.Builder |
lifecycleDetails(ProcessorJob.LifecycleDetails lifecycleDetails)
The detailed status of FAILED state.
|
ProcessorJob.Builder |
lifecycleState(ProcessorJob.LifecycleState lifecycleState)
The current state of the processor job.
|
ProcessorJob.Builder |
outputLocation(OutputLocation outputLocation) |
ProcessorJob.Builder |
percentComplete(Float percentComplete)
How much progress the operation has made, compared to the total amount of work to be
performed.
|
ProcessorJob.Builder |
processorConfig(ProcessorConfig processorConfig) |
ProcessorJob.Builder |
timeAccepted(Date timeAccepted)
The job acceptance time.
|
ProcessorJob.Builder |
timeFinished(Date timeFinished)
The job finish time.
|
ProcessorJob.Builder |
timeStarted(Date timeStarted)
The job start time.
|
public ProcessorJob.Builder id(String id)
The id of the processor job.
id
- the value to setpublic ProcessorJob.Builder compartmentId(String compartmentId)
The compartment identifier.
compartmentId
- the value to setpublic ProcessorJob.Builder displayName(String displayName)
The display name of the processor job.
displayName
- the value to setpublic ProcessorJob.Builder processorConfig(ProcessorConfig processorConfig)
public ProcessorJob.Builder inputLocation(InputLocation inputLocation)
public ProcessorJob.Builder timeAccepted(Date timeAccepted)
The job acceptance time.
timeAccepted
- the value to setpublic ProcessorJob.Builder timeStarted(Date timeStarted)
The job start time.
timeStarted
- the value to setpublic ProcessorJob.Builder timeFinished(Date timeFinished)
The job finish time.
timeFinished
- the value to setpublic ProcessorJob.Builder percentComplete(Float percentComplete)
How much progress the operation has made, compared to the total amount of work to be performed.
percentComplete
- the value to setpublic ProcessorJob.Builder outputLocation(OutputLocation outputLocation)
public ProcessorJob.Builder lifecycleState(ProcessorJob.LifecycleState lifecycleState)
The current state of the processor job.
lifecycleState
- the value to setpublic ProcessorJob.Builder lifecycleDetails(ProcessorJob.LifecycleDetails lifecycleDetails)
The detailed status of FAILED state.
lifecycleDetails
- the value to setpublic ProcessorJob build()
public ProcessorJob.Builder copy(ProcessorJob model)
Copyright © 2016–2024. All rights reserved.