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 Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All 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
- 
key
public TermAssociatedObject.Builder key(String key)
Immutable key used to uniquely identify the associated object.- Parameters:
 key- the value to set- Returns:
 - this builder
 
 
- 
name
public TermAssociatedObject.Builder name(String name)
Name of the associated object.- Parameters:
 name- the value to set- Returns:
 - this builder
 
 
- 
uri
public TermAssociatedObject.Builder uri(String uri)
URI of the associated object within the data catalog API.- Parameters:
 uri- the value to set- Returns:
 - this builder
 
 
- 
build
public TermAssociatedObject build()
 
- 
copy
public TermAssociatedObject.Builder copy(TermAssociatedObject model)
 
 - 
 
 -