Class UpdateADBDedicatedRemapTargetTablespaceDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemigration.model.UpdateADBDedicatedRemapTargetTablespaceDetails.Builder
-
- Enclosing class:
- UpdateADBDedicatedRemapTargetTablespaceDetails
public static class UpdateADBDedicatedRemapTargetTablespaceDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateADBDedicatedRemapTargetTablespaceDetails
build()
UpdateADBDedicatedRemapTargetTablespaceDetails.Builder
copy(UpdateADBDedicatedRemapTargetTablespaceDetails model)
UpdateADBDedicatedRemapTargetTablespaceDetails.Builder
remapTarget(String remapTarget)
Name of the tablespace on the target database to which the source database tablespace is to be remapped.
-
-
-
Method Detail
-
remapTarget
public UpdateADBDedicatedRemapTargetTablespaceDetails.Builder remapTarget(String remapTarget)
Name of the tablespace on the target database to which the source database tablespace is to be remapped.- Parameters:
remapTarget
- the value to set- Returns:
- this builder
-
build
public UpdateADBDedicatedRemapTargetTablespaceDetails build()
-
copy
public UpdateADBDedicatedRemapTargetTablespaceDetails.Builder copy(UpdateADBDedicatedRemapTargetTablespaceDetails model)
-
-