Class UpdateADBDedicatedRemapTargetTablespaceDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemigration.model.UpdateADBDedicatedRemapTargetTablespaceDetails.Builder
 
- 
- Enclosing class:
- UpdateADBDedicatedRemapTargetTablespaceDetails
 
 public static class UpdateADBDedicatedRemapTargetTablespaceDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateADBDedicatedRemapTargetTablespaceDetailsbuild()UpdateADBDedicatedRemapTargetTablespaceDetails.Buildercopy(UpdateADBDedicatedRemapTargetTablespaceDetails model)UpdateADBDedicatedRemapTargetTablespaceDetails.BuilderremapTarget(String remapTarget)Name of the tablespace on the target database to which the source database tablespace is to be remapped.
 
- 
- 
- 
Method Detail- 
remapTargetpublic 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
 
 - 
buildpublic UpdateADBDedicatedRemapTargetTablespaceDetails build() 
 - 
copypublic UpdateADBDedicatedRemapTargetTablespaceDetails.Builder copy(UpdateADBDedicatedRemapTargetTablespaceDetails model) 
 
- 
 
-