static SyncJob.Builder |
SyncJob.builder() |
Create a new builder.
|
SyncJob.Builder |
SyncJob.Builder.bytesTransferred(Long bytesTransferred) |
Bytes transferred during the sync.
|
SyncJob.Builder |
SyncJob.Builder.copy(SyncJob model) |
|
SyncJob.Builder |
SyncJob.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
SyncJob.Builder |
SyncJob.Builder.freeformTags(Map<String,String> freeformTags) |
Free-form tags for this resource.
|
SyncJob.Builder |
SyncJob.Builder.id(String id) |
The OCID of the
sync job.
|
SyncJob.Builder |
SyncJob.Builder.isOverwrite(Boolean isOverwrite) |
The flag is an identifier to tell whether this specific job run has overwrite enabled.
|
SyncJob.Builder |
SyncJob.Builder.jobType(SyncJob.JobType jobType) |
The type of the sync job.
|
SyncJob.Builder |
SyncJob.Builder.lifecycleDetails(String lifecycleDetails) |
A message that describes the current state of the sync job in more detail.
|
SyncJob.Builder |
SyncJob.Builder.lifecycleState(SyncJob.LifecycleState lifecycleState) |
The current state of the sync job.
|
SyncJob.Builder |
SyncJob.Builder.lustreFileSystemPath(String lustreFileSystemPath) |
The path in the Lustre file system used for this Object Storage link.
|
SyncJob.Builder |
SyncJob.Builder.objectStoragePath(String objectStoragePath) |
The Object Storage namespace and bucket name, including optional object prefix string, to
use as the source for imports or destination for exports.
|
SyncJob.Builder |
SyncJob.Builder.objectsTransferred(Long objectsTransferred) |
Count of total files that transferred successfully.
|
SyncJob.Builder |
SyncJob.Builder.parentId(String parentId) |
The OCID of the
Object Storage link.
|
SyncJob.Builder |
SyncJob.Builder.skippedErrorCount(Long skippedErrorCount) |
Count of files or objects that failed to export or import due to errors.
|
SyncJob.Builder |
SyncJob.Builder.systemTags(Map<String,Map<String,Object>> systemTags) |
System tags for this resource.
|
SyncJob.Builder |
SyncJob.Builder.timeFinished(Date timeFinished) |
The date and time the job finished, expressed in RFC
3339 timestamp format.
|
SyncJob.Builder |
SyncJob.Builder.timeStarted(Date timeStarted) |
The date and time the job was started, expressed in RFC
3339 timestamp format.
|
SyncJob.Builder |
SyncJob.toBuilder() |
|
SyncJob.Builder |
SyncJob.Builder.totalObjectsScanned(Long totalObjectsScanned) |
Total object count for scanned files for import or export as part of this sync job.
|