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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackupToRestore
build()
BackupToRestore.Builder
contentType(BackupContentType contentType)
The type of content of the backup.BackupToRestore.Builder
copy(BackupToRestore model)
BackupToRestore.Builder
id(String id)
The unique identifier of the backup to be used to restore.
-
-
-
Method Detail
-
id
public 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
-
contentType
public BackupToRestore.Builder contentType(BackupContentType contentType)
The type of content of the backup.- Parameters:
contentType
- the value to set- Returns:
- this builder
-
build
public BackupToRestore build()
-
copy
public BackupToRestore.Builder copy(BackupToRestore model)
-
-