Package com.oracle.bmc.wlms.model
Class BackupToRestore.Builder
- java.lang.Object
- 
- com.oracle.bmc.wlms.model.BackupToRestore.Builder
 
- 
- Enclosing class:
- BackupToRestore
 
 public static class BackupToRestore.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BackupToRestorebuild()BackupToRestore.BuildercontentType(BackupContentType contentType)The type of content of the backup.BackupToRestore.Buildercopy(BackupToRestore model)BackupToRestore.Builderid(String id)The unique identifier of the backup to be used to restore.
 
- 
- 
- 
Method Detail- 
idpublic BackupToRestore.Builder id(String id) The unique identifier of the backup to be used to restore.*Note:** Not [OCIDs](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). - Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
contentTypepublic BackupToRestore.Builder contentType(BackupContentType contentType) The type of content of the backup.- Parameters:
- contentType- the value to set
- Returns:
- this builder
 
 - 
buildpublic BackupToRestore build() 
 - 
copypublic BackupToRestore.Builder copy(BackupToRestore model) 
 
- 
 
-