Package com.oracle.bmc.wlms.model
Class Backup.Builder
- java.lang.Object
- 
- com.oracle.bmc.wlms.model.Backup.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Backup.BuilderbackupLocation(String backupLocation)The location of the backup.Backupbuild()Backup.BuildercontentType(BackupContentType contentType)The type of content of the backup.Backup.Buildercopy(Backup model)Backup.Builderid(String id)The unique identifier of the backup.Backup.BuildermanagedInstanceId(String managedInstanceId)The managed instance ID of the server for which the backup was created.Backup.BuildertimeCreated(Date timeCreated)The date and time when the backup was created (in RFC 3339 format).Backup.Buildertype(BackupType type)The type of the backup.
 
- 
- 
- 
Method Detail- 
idpublic Backup.Builder id(String id) The unique identifier of the backup.*Note:** Not an [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). - Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
typepublic Backup.Builder type(BackupType type) The type of the backup.- Parameters:
- type- the value to set
- Returns:
- this builder
 
 - 
managedInstanceIdpublic Backup.Builder managedInstanceId(String managedInstanceId) The managed instance ID of the server for which the backup was created.- Parameters:
- managedInstanceId- the value to set
- Returns:
- this builder
 
 - 
backupLocationpublic Backup.Builder backupLocation(String backupLocation) The location of the backup.For backups of type LOCAL_FILE this is the absolute path of the backup file. - Parameters:
- backupLocation- the value to set
- Returns:
- this builder
 
 - 
contentTypepublic Backup.Builder contentType(BackupContentType contentType) The type of content of the backup.- Parameters:
- contentType- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic Backup.Builder timeCreated(Date timeCreated) The date and time when the backup was created (in RFC 3339 format).Example: 2016-08-25T21:10:29.600Z - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
buildpublic Backup build() 
 - 
copypublic Backup.Builder copy(Backup model) 
 
- 
 
-