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