Class MetadataRemap.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemigration.model.MetadataRemap.Builder
-
- Enclosing class:
- MetadataRemap
public static class MetadataRemap.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataRemapbuild()MetadataRemap.Buildercopy(MetadataRemap model)MetadataRemap.BuildernewValue(String newValue)Specifies the new value that oldValue should be translated into.MetadataRemap.BuilderoldValue(String oldValue)Specifies the value which needs to be reset.MetadataRemap.Buildertype(MetadataRemap.Type type)Type of remap.
-
-
-
Method Detail
-
type
public MetadataRemap.Builder type(MetadataRemap.Type type)
Type of remap.Refer to METADATA_REMAP Procedure
- Parameters:
type- the value to set- Returns:
- this builder
-
oldValue
public MetadataRemap.Builder oldValue(String oldValue)
Specifies the value which needs to be reset.- Parameters:
oldValue- the value to set- Returns:
- this builder
-
newValue
public MetadataRemap.Builder newValue(String newValue)
Specifies the new value that oldValue should be translated into.- Parameters:
newValue- the value to set- Returns:
- this builder
-
build
public MetadataRemap build()
-
copy
public MetadataRemap.Builder copy(MetadataRemap model)
-
-