Package com.oracle.bmc.datacatalog.model
Class FolderTagSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.datacatalog.model.FolderTagSummary.Builder
 
- 
- Enclosing class:
- FolderTagSummary
 
 public static class FolderTagSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FolderTagSummarybuild()FolderTagSummary.Buildercopy(FolderTagSummary model)FolderTagSummary.BuilderfolderKey(String folderKey)The unique key of the parent folder.FolderTagSummary.BuilderglossaryKey(String glossaryKey)Unique id of the parent glossary of the term.FolderTagSummary.Builderkey(String key)Unique tag key that is immutable.FolderTagSummary.BuilderlifecycleState(LifecycleState lifecycleState)State of the Tag.FolderTagSummary.Buildername(String name)Name of the tag that matches the term name.FolderTagSummary.BuildertermDescription(String termDescription)Description of the related term.FolderTagSummary.BuildertermKey(String termKey)Unique key of the related term.FolderTagSummary.BuildertermPath(String termPath)Path of the related term.FolderTagSummary.BuildertimeCreated(Date timeCreated)The date and time the tag was created, in the format defined by RFC3339.FolderTagSummary.Builderuri(String uri)URI to the tag instance in the API.
 
- 
- 
- 
Method Detail- 
folderKeypublic FolderTagSummary.Builder folderKey(String folderKey) The unique key of the parent folder.- Parameters:
- folderKey- the value to set
- Returns:
- this builder
 
 - 
keypublic FolderTagSummary.Builder key(String key) Unique tag key that is immutable.- Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic FolderTagSummary.Builder timeCreated(Date timeCreated) The date and time the tag was created, in the format defined by RFC3339.Example: 2019-03-25T21:10:29.600Z - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
namepublic FolderTagSummary.Builder name(String name) Name of the tag that matches the term name.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
uripublic FolderTagSummary.Builder uri(String uri) URI to the tag instance in the API.- Parameters:
- uri- the value to set
- Returns:
- this builder
 
 - 
termKeypublic FolderTagSummary.Builder termKey(String termKey) Unique key of the related term.- Parameters:
- termKey- the value to set
- Returns:
- this builder
 
 - 
termPathpublic FolderTagSummary.Builder termPath(String termPath) Path of the related term.- Parameters:
- termPath- the value to set
- Returns:
- this builder
 
 - 
termDescriptionpublic FolderTagSummary.Builder termDescription(String termDescription) Description of the related term.- Parameters:
- termDescription- the value to set
- Returns:
- this builder
 
 - 
glossaryKeypublic FolderTagSummary.Builder glossaryKey(String glossaryKey) Unique id of the parent glossary of the term.- Parameters:
- glossaryKey- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic FolderTagSummary.Builder lifecycleState(LifecycleState lifecycleState) State of the Tag.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
buildpublic FolderTagSummary build() 
 - 
copypublic FolderTagSummary.Builder copy(FolderTagSummary model) 
 
- 
 
-