public static class ExportStatus.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public ExportStatus.Builder fleetId(String fleetId)
The OCID of the fleet.
fleetId
- the value to setpublic ExportStatus.Builder timeLastRun(Date timeLastRun)
The date and time of the last export run.
timeLastRun
- the value to setpublic ExportStatus.Builder timeNextRun(Date timeNextRun)
The date and time of the next export run.
timeNextRun
- the value to setpublic ExportStatus.Builder latestRunStatus(ExportRunStatus latestRunStatus)
The status of the latest export run.
latestRunStatus
- the value to setpublic ExportStatus build()
public ExportStatus.Builder copy(ExportStatus model)
Copyright © 2016–2024. All rights reserved.