Class DistributedDbMetadata.Builder
- java.lang.Object
-
- com.oracle.bmc.distributeddatabase.model.DistributedDbMetadata.Builder
-
- Enclosing class:
- DistributedDbMetadata
public static class DistributedDbMetadata.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DistributedDbMetadata
build()
DistributedDbMetadata.Builder
copy(DistributedDbMetadata model)
DistributedDbMetadata.Builder
map(Map<String,String> map)
The map containing key-value pair of additional metadata.
-
-
-
Method Detail
-
map
public DistributedDbMetadata.Builder map(Map<String,String> map)
The map containing key-value pair of additional metadata.- Parameters:
map
- the value to set- Returns:
- this builder
-
build
public DistributedDbMetadata build()
-
copy
public DistributedDbMetadata.Builder copy(DistributedDbMetadata model)
-
-