Package com.atlan.model.structs
Class SourceTagAttribute.SourceTagAttributeBuilder<C extends SourceTagAttribute,B extends SourceTagAttribute.SourceTagAttributeBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.structs.AtlanStruct.AtlanStructBuilder<C,B>
com.atlan.model.structs.SourceTagAttribute.SourceTagAttributeBuilder<C,B>
- Enclosing class:
- SourceTagAttribute
public abstract static class SourceTagAttribute.SourceTagAttributeBuilder<C extends SourceTagAttribute,B extends SourceTagAttribute.SourceTagAttributeBuilder<C,B>>
extends AtlanStruct.AtlanStructBuilder<C,B>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected B
$fillValuesFrom
(C instance) abstract C
build()
protected abstract B
self()
tagAttributeKey
(String tagAttributeKey) Attribute key, for example: 'allowedValues' or 'enabled'.tagAttributeProperties
(Map<? extends String, ? extends String> tagAttributeProperties) tagAttributeProperty
(String tagAttributePropertyKey, String tagAttributePropertyValue) tagAttributeValue
(String tagAttributeValue) Attribute value, for example: '["Private", "PII"]' for allowedValues key or 'true' for enabled key.toString()
Fixed typeName for SourceTagAttribute.Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
SourceTagAttributeBuilder
public SourceTagAttributeBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFrom
in classAtlanStruct.AtlanStructBuilder<C extends SourceTagAttribute,
B extends SourceTagAttribute.SourceTagAttributeBuilder<C, B>>
-
typeName
Fixed typeName for SourceTagAttribute.- Overrides:
typeName
in classAtlanStruct.AtlanStructBuilder<C extends SourceTagAttribute,
B extends SourceTagAttribute.SourceTagAttributeBuilder<C, B>> - Returns:
this
.
-
tagAttributeKey
Attribute key, for example: 'allowedValues' or 'enabled'.- Returns:
this
.
-
tagAttributeValue
Attribute value, for example: '["Private", "PII"]' for allowedValues key or 'true' for enabled key.- Returns:
this
.
-
tagAttributeProperty
-
tagAttributeProperties
-
clearTagAttributeProperties
-
self
- Specified by:
self
in classAtlanStruct.AtlanStructBuilder<C extends SourceTagAttribute,
B extends SourceTagAttribute.SourceTagAttributeBuilder<C, B>>
-
build
- Specified by:
build
in classAtlanStruct.AtlanStructBuilder<C extends SourceTagAttribute,
B extends SourceTagAttribute.SourceTagAttributeBuilder<C, B>>
-
toString
- Overrides:
toString
in classAtlanStruct.AtlanStructBuilder<C extends SourceTagAttribute,
B extends SourceTagAttribute.SourceTagAttributeBuilder<C, B>>
-