Uses of Class
com.oracle.bmc.wlms.model.BackupSummary.Builder
-
Packages that use BackupSummary.Builder Package Description com.oracle.bmc.wlms.model -
-
Uses of BackupSummary.Builder in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return BackupSummary.Builder Modifier and Type Method Description BackupSummary.Builder
BackupSummary.Builder. backupLocation(String backupLocation)
The location of the backup.static BackupSummary.Builder
BackupSummary. builder()
Create a new builder.BackupSummary.Builder
BackupSummary.Builder. contentType(BackupContentType contentType)
The type of content of the backup.BackupSummary.Builder
BackupSummary.Builder. copy(BackupSummary model)
BackupSummary.Builder
BackupSummary.Builder. id(String id)
The unique identifier of the backup.BackupSummary.Builder
BackupSummary.Builder. managedInstanceId(String managedInstanceId)
The managed instance ID of the server for which the backup was created.BackupSummary.Builder
BackupSummary.Builder. timeCreated(Date timeCreated)
The date and time when the backup was created (in RFC 3339 format).BackupSummary.Builder
BackupSummary. toBuilder()
BackupSummary.Builder
BackupSummary.Builder. type(BackupType type)
The type of the backup.
-