Package com.oracle.bmc.datacatalog.model
Class TermAssociatedObject.Builder
- java.lang.Object
- 
- com.oracle.bmc.datacatalog.model.TermAssociatedObject.Builder
 
- 
- Enclosing class:
- TermAssociatedObject
 
 public static class TermAssociatedObject.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TermAssociatedObjectbuild()TermAssociatedObject.Buildercopy(TermAssociatedObject model)TermAssociatedObject.Builderkey(String key)Immutable key used to uniquely identify the associated object.TermAssociatedObject.Buildername(String name)Name of the associated object.TermAssociatedObject.Builderuri(String uri)URI of the associated object within the data catalog API.
 
- 
- 
- 
Method Detail- 
keypublic TermAssociatedObject.Builder key(String key) Immutable key used to uniquely identify the associated object.- Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
namepublic TermAssociatedObject.Builder name(String name) Name of the associated object.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
uripublic TermAssociatedObject.Builder uri(String uri) URI of the associated object within the data catalog API.- Parameters:
- uri- the value to set
- Returns:
- this builder
 
 - 
buildpublic TermAssociatedObject build() 
 - 
copypublic TermAssociatedObject.Builder copy(TermAssociatedObject model) 
 
- 
 
-