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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExportStatus
build()
ExportStatus.Builder
copy(ExportStatus model)
ExportStatus.Builder
fleetId(String fleetId)
The OCID of the fleet.ExportStatus.Builder
latestRunStatus(ExportRunStatus latestRunStatus)
The status of the latest export run.ExportStatus.Builder
timeLastRun(Date timeLastRun)
The date and time of the last export run.ExportStatus.Builder
timeNextRun(Date timeNextRun)
The date and time of the next export run.
-
-
-
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
-
build
public ExportStatus build()
-
copy
public ExportStatus.Builder copy(ExportStatus model)
-
-