Package com.oracle.bmc.datacatalog.model
Class AttributeTagSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.datacatalog.model.AttributeTagSummary.Builder
-
- Enclosing class:
- AttributeTagSummary
public static class AttributeTagSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeTagSummary.Builder
attributeKey(String attributeKey)
The unique key of the parent attribute.AttributeTagSummary
build()
AttributeTagSummary.Builder
copy(AttributeTagSummary model)
AttributeTagSummary.Builder
glossaryKey(String glossaryKey)
Unique id of the parent glossary of the term.AttributeTagSummary.Builder
key(String key)
Unique tag key that is immutable.AttributeTagSummary.Builder
lifecycleState(LifecycleState lifecycleState)
State of the Tag.AttributeTagSummary.Builder
name(String name)
Name of the tag that matches the term name.AttributeTagSummary.Builder
termDescription(String termDescription)
Description of the related term.AttributeTagSummary.Builder
termKey(String termKey)
Unique key of the related term.AttributeTagSummary.Builder
termPath(String termPath)
Path of the related term.AttributeTagSummary.Builder
timeCreated(Date timeCreated)
The date and time the tag was created, in the format defined by RFC3339.AttributeTagSummary.Builder
uri(String uri)
URI to the tag instance in the API.
-
-
-
Method Detail
-
attributeKey
public AttributeTagSummary.Builder attributeKey(String attributeKey)
The unique key of the parent attribute.- Parameters:
attributeKey
- the value to set- Returns:
- this builder
-
key
public AttributeTagSummary.Builder key(String key)
Unique tag key that is immutable.- Parameters:
key
- the value to set- Returns:
- this builder
-
timeCreated
public AttributeTagSummary.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
-
name
public AttributeTagSummary.Builder name(String name)
Name of the tag that matches the term name.- Parameters:
name
- the value to set- Returns:
- this builder
-
uri
public AttributeTagSummary.Builder uri(String uri)
URI to the tag instance in the API.- Parameters:
uri
- the value to set- Returns:
- this builder
-
termKey
public AttributeTagSummary.Builder termKey(String termKey)
Unique key of the related term.- Parameters:
termKey
- the value to set- Returns:
- this builder
-
termPath
public AttributeTagSummary.Builder termPath(String termPath)
Path of the related term.- Parameters:
termPath
- the value to set- Returns:
- this builder
-
termDescription
public AttributeTagSummary.Builder termDescription(String termDescription)
Description of the related term.- Parameters:
termDescription
- the value to set- Returns:
- this builder
-
glossaryKey
public AttributeTagSummary.Builder glossaryKey(String glossaryKey)
Unique id of the parent glossary of the term.- Parameters:
glossaryKey
- the value to set- Returns:
- this builder
-
lifecycleState
public AttributeTagSummary.Builder lifecycleState(LifecycleState lifecycleState)
State of the Tag.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
build
public AttributeTagSummary build()
-
copy
public AttributeTagSummary.Builder copy(AttributeTagSummary model)
-
-