Package com.oracle.bmc.jms.model
Class ExportStatus.Builder
- java.lang.Object
- 
- com.oracle.bmc.jms.model.ExportStatus.Builder
 
- 
- Enclosing class:
- ExportStatus
 
 public static class ExportStatus.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExportStatusbuild()ExportStatus.Buildercopy(ExportStatus model)ExportStatus.BuilderfleetId(String fleetId)The OCID of the fleet.ExportStatus.BuilderlatestRunStatus(ExportRunStatus latestRunStatus)The status of the latest export run.ExportStatus.BuildertimeLastRun(Date timeLastRun)The date and time of the last export run.ExportStatus.BuildertimeNextRun(Date timeNextRun)The date and time of the next export run.
 
- 
- 
- 
Method Detail- 
fleetIdpublic ExportStatus.Builder fleetId(String fleetId) The OCID of the fleet.- Parameters:
- fleetId- the value to set
- Returns:
- this builder
 
 - 
timeLastRunpublic ExportStatus.Builder timeLastRun(Date timeLastRun) The date and time of the last export run.- Parameters:
- timeLastRun- the value to set
- Returns:
- this builder
 
 - 
timeNextRunpublic ExportStatus.Builder timeNextRun(Date timeNextRun) The date and time of the next export run.- Parameters:
- timeNextRun- the value to set
- Returns:
- this builder
 
 - 
latestRunStatuspublic ExportStatus.Builder latestRunStatus(ExportRunStatus latestRunStatus) The status of the latest export run.- Parameters:
- latestRunStatus- the value to set
- Returns:
- this builder
 
 - 
buildpublic ExportStatus build() 
 - 
copypublic ExportStatus.Builder copy(ExportStatus model) 
 
- 
 
-