public static class DatabaseBackupSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DatabaseBackupSummary.Builder |
backupDestination(DatabaseBackupSummary.BackupDestination backupDestination)
The backup destination of the database.
|
DatabaseBackupSummary.Builder |
backupDurationInSeconds(Integer backupDurationInSeconds)
The backup duration of the database in seconds.
|
DatabaseBackupSummary.Builder |
backupSizeInGBs(Float backupSizeInGBs)
The backup size of the database.
|
DatabaseBackupSummary.Builder |
backupStatus(String backupStatus)
The backup status of the database.
|
DatabaseBackupSummary.Builder |
backupType(String backupType)
The backup type of the database (FULL/INCREMENTAL).
|
DatabaseBackupSummary |
build() |
DatabaseBackupSummary.Builder |
copy(DatabaseBackupSummary model) |
DatabaseBackupSummary.Builder |
timeBackupCompleted(Date timeBackupCompleted)
The database backup completion date and time in UTC in ISO-8601 format, which is
“yyyy-MM-dd’T’hh:mm:ss.sss’Z’”.
|
public DatabaseBackupSummary.Builder backupStatus(String backupStatus)
The backup status of the database.
backupStatus
- the value to setpublic DatabaseBackupSummary.Builder timeBackupCompleted(Date timeBackupCompleted)
The database backup completion date and time in UTC in ISO-8601 format, which is “yyyy-MM-dd’T’hh:mm:ss.sss’Z’”.
timeBackupCompleted
- the value to setpublic DatabaseBackupSummary.Builder backupDurationInSeconds(Integer backupDurationInSeconds)
The backup duration of the database in seconds.
backupDurationInSeconds
- the value to setpublic DatabaseBackupSummary.Builder backupType(String backupType)
The backup type of the database (FULL/INCREMENTAL).
backupType
- the value to setpublic DatabaseBackupSummary.Builder backupDestination(DatabaseBackupSummary.BackupDestination backupDestination)
The backup destination of the database.
backupDestination
- the value to setpublic DatabaseBackupSummary.Builder backupSizeInGBs(Float backupSizeInGBs)
The backup size of the database.
backupSizeInGBs
- the value to setpublic DatabaseBackupSummary build()
public DatabaseBackupSummary.Builder copy(DatabaseBackupSummary model)
Copyright © 2016–2025. All rights reserved.