Class ExportStatus.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • fleetId

        public ExportStatus.Builder fleetId​(String fleetId)
        The OCID of the fleet.
        Parameters:
        fleetId - the value to set
        Returns:
        this builder
      • timeLastRun

        public ExportStatus.Builder timeLastRun​(Date timeLastRun)
        The date and time of the last export run.
        Parameters:
        timeLastRun - the value to set
        Returns:
        this builder
      • timeNextRun

        public ExportStatus.Builder timeNextRun​(Date timeNextRun)
        The date and time of the next export run.
        Parameters:
        timeNextRun - the value to set
        Returns:
        this builder
      • latestRunStatus

        public ExportStatus.Builder latestRunStatus​(ExportRunStatus latestRunStatus)
        The status of the latest export run.
        Parameters:
        latestRunStatus - the value to set
        Returns:
        this builder