| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
| Modifier and Type | Method and Description |
|---|---|
TypeLabel.Builder |
addProvenanceIds(String provenanceIds)
Adds an provenanceIds to provenanceIds.
|
TypeLabel |
build()
Builds a TypeLabel.
|
TypeLabel.Builder |
label(Label label)
Set the label.
|
TypeLabel.Builder |
modification(String modification)
Set the modification.
|
TypeLabel.Builder |
provenanceIds(List<String> provenanceIds)
Set the provenanceIds.
|
public TypeLabel build()
public TypeLabel.Builder addProvenanceIds(String provenanceIds)
provenanceIds - the new provenanceIdspublic TypeLabel.Builder label(Label label)
label - the labelpublic TypeLabel.Builder provenanceIds(List<String> provenanceIds)
provenanceIds - the provenanceIdspublic TypeLabel.Builder modification(String modification)
modification - the modificationCopyright © 2021 IBM Cloud. All rights reserved.