Class ScheduledRun.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • id

        public ScheduledRun.Builder id​(String id)
        The OCID representing a unique shedule run.
        Parameters:
        id - the value to set
        Returns:
        this builder
      • scheduleId

        public ScheduledRun.Builder scheduleId​(String scheduleId)
        The OCID representing a unique shedule.
        Parameters:
        scheduleId - the value to set
        Returns:
        this builder
      • timeCreated

        public ScheduledRun.Builder timeCreated​(Date timeCreated)
        The time the schedule started executing.
        Parameters:
        timeCreated - the value to set
        Returns:
        this builder
      • timeFinished

        public ScheduledRun.Builder timeFinished​(Date timeFinished)
        The time the schedule finished executing.
        Parameters:
        timeFinished - the value to set
        Returns:
        this builder
      • lifecycleState

        public ScheduledRun.Builder lifecycleState​(ScheduledRun.LifecycleState lifecycleState)
        Specifies whether or not the schedule job was successfully run.
        Parameters:
        lifecycleState - the value to set
        Returns:
        this builder
      • lifecycleDetails

        public ScheduledRun.Builder lifecycleDetails​(String lifecycleDetails)
        Additional details about the scheduled run.
        Parameters:
        lifecycleDetails - the value to set
        Returns:
        this builder