Package com.oracle.bmc.database.model
Class AssociatedLongTermBackup.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.AssociatedLongTermBackup.Builder
-
- Enclosing class:
- AssociatedLongTermBackup
public static class AssociatedLongTermBackup.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssociatedLongTermBackup
build()
AssociatedLongTermBackup.Builder
copy(AssociatedLongTermBackup model)
AssociatedLongTermBackup.Builder
displayName(String displayName)
The display name for the long term backup for the autonomous database.AssociatedLongTermBackup.Builder
id(String id)
The OCID of the Autonomous Database backup.
-
-
-
Method Detail
-
id
public AssociatedLongTermBackup.Builder id(String id)
The OCID of the Autonomous Database backup.- Parameters:
id
- the value to set- Returns:
- this builder
-
displayName
public AssociatedLongTermBackup.Builder displayName(String displayName)
The display name for the long term backup for the autonomous database.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
build
public AssociatedLongTermBackup build()
-
copy
public AssociatedLongTermBackup.Builder copy(AssociatedLongTermBackup model)
-
-