public static class PrecheckFsuJob.Builder extends Object
Constructor and Description |
---|
Builder() |
public PrecheckFsuJob.Builder id(String id)
public PrecheckFsuJob.Builder displayName(String displayName)
public PrecheckFsuJob.Builder compartmentId(String compartmentId)
public PrecheckFsuJob.Builder fsuActionId(String fsuActionId)
public PrecheckFsuJob.Builder progress(JobProgressDetails progress)
public PrecheckFsuJob.Builder timeCreated(Date timeCreated)
public PrecheckFsuJob.Builder timeStarted(Date timeStarted)
public PrecheckFsuJob.Builder timeUpdated(Date timeUpdated)
public PrecheckFsuJob.Builder timeFinished(Date timeFinished)
public PrecheckFsuJob.Builder lifecycleState(JobLifecycleStates lifecycleState)
public PrecheckFsuJob.Builder lifecycleDetails(String lifecycleDetails)
public PrecheckFsuJob.Builder freeformTags(Map<String,String> freeformTags)
public PrecheckFsuJob.Builder fsuCollectionId(String fsuCollectionId)
OCID of the Exadata Fleet Update Collection that the job is executing on.
fsuCollectionId
- the value to setpublic PrecheckFsuJob.Builder fsuCycleId(String fsuCycleId)
OCID of the Exadata Fleet Update Cycle that this job is part of.
fsuCycleId
- the value to setpublic PrecheckFsuJob.Builder targetId(String targetId)
OCID of Target resource on which the job is executing the action.
targetId
- the value to setpublic PrecheckFsuJob.Builder schedule(ScheduleDetails schedule)
public PrecheckFsuJob build()
public PrecheckFsuJob.Builder copy(PrecheckFsuJob model)
Copyright © 2016–2024. All rights reserved.