public static class TermAssociatedObject.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TermAssociatedObject |
build() |
TermAssociatedObject.Builder |
copy(TermAssociatedObject model) |
TermAssociatedObject.Builder |
key(String key)
Immutable key used to uniquely identify the associated object.
|
TermAssociatedObject.Builder |
name(String name)
Name of the associated object.
|
TermAssociatedObject.Builder |
uri(String uri)
URI of the associated object within the data catalog API.
|
public TermAssociatedObject.Builder key(String key)
Immutable key used to uniquely identify the associated object.
key
- the value to setpublic TermAssociatedObject.Builder name(String name)
Name of the associated object.
name
- the value to setpublic TermAssociatedObject.Builder uri(String uri)
URI of the associated object within the data catalog API.
uri
- the value to setpublic TermAssociatedObject build()
public TermAssociatedObject.Builder copy(TermAssociatedObject model)
Copyright © 2016–2024. All rights reserved.