Class MirrorSyncStatus.Builder
- java.lang.Object
- 
- com.oracle.bmc.osmanagementhub.model.MirrorSyncStatus.Builder
 
- 
- Enclosing class:
- MirrorSyncStatus
 
 public static class MirrorSyncStatus.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MirrorSyncStatusbuild()MirrorSyncStatus.Buildercopy(MirrorSyncStatus model)MirrorSyncStatus.Builderfailed(Integer failed)Total number of software sources that failed to sync.MirrorSyncStatus.Builderqueued(Integer queued)Total number of software sources that are queued for sync.MirrorSyncStatus.Buildersynced(Integer synced)Total number of software sources that successfully synced.MirrorSyncStatus.Buildersyncing(Integer syncing)Total number of software sources currently syncing.MirrorSyncStatus.Builderunsynced(Integer unsynced)Total number of software sources that have not yet been synced.
 
- 
- 
- 
Method Detail- 
unsyncedpublic MirrorSyncStatus.Builder unsynced(Integer unsynced) Total number of software sources that have not yet been synced.- Parameters:
- unsynced- the value to set
- Returns:
- this builder
 
 - 
queuedpublic MirrorSyncStatus.Builder queued(Integer queued) Total number of software sources that are queued for sync.- Parameters:
- queued- the value to set
- Returns:
- this builder
 
 - 
syncingpublic MirrorSyncStatus.Builder syncing(Integer syncing) Total number of software sources currently syncing.- Parameters:
- syncing- the value to set
- Returns:
- this builder
 
 - 
syncedpublic MirrorSyncStatus.Builder synced(Integer synced) Total number of software sources that successfully synced.- Parameters:
- synced- the value to set
- Returns:
- this builder
 
 - 
failedpublic MirrorSyncStatus.Builder failed(Integer failed) Total number of software sources that failed to sync.- Parameters:
- failed- the value to set
- Returns:
- this builder
 
 - 
buildpublic MirrorSyncStatus build() 
 - 
copypublic MirrorSyncStatus.Builder copy(MirrorSyncStatus model) 
 
- 
 
-