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