Class MirrorSyncStatus.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.MirrorSyncStatus.Builder
-
- Enclosing class:
- MirrorSyncStatus
public static class MirrorSyncStatus.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MirrorSyncStatus
build()
MirrorSyncStatus.Builder
copy(MirrorSyncStatus model)
MirrorSyncStatus.Builder
failed(Integer failed)
Total number of software sources that failed to sync.MirrorSyncStatus.Builder
queued(Integer queued)
Total number of software sources that are queued for sync.MirrorSyncStatus.Builder
synced(Integer synced)
Total number of software sources that successfully synced.MirrorSyncStatus.Builder
syncing(Integer syncing)
Total number of software sources currently syncing.MirrorSyncStatus.Builder
unsynced(Integer unsynced)
Total number of software sources that have not yet been synced.
-
-
-
Method Detail
-
unsynced
public 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
-
queued
public MirrorSyncStatus.Builder queued(Integer queued)
Total number of software sources that are queued for sync.- Parameters:
queued
- the value to set- Returns:
- this builder
-
syncing
public MirrorSyncStatus.Builder syncing(Integer syncing)
Total number of software sources currently syncing.- Parameters:
syncing
- the value to set- Returns:
- this builder
-
synced
public MirrorSyncStatus.Builder synced(Integer synced)
Total number of software sources that successfully synced.- Parameters:
synced
- the value to set- Returns:
- this builder
-
failed
public MirrorSyncStatus.Builder failed(Integer failed)
Total number of software sources that failed to sync.- Parameters:
failed
- the value to set- Returns:
- this builder
-
build
public MirrorSyncStatus build()
-
copy
public MirrorSyncStatus.Builder copy(MirrorSyncStatus model)
-
-