Package com.atlan.model.structs
Class SourceTagAttachmentValue.SourceTagAttachmentValueBuilder<C extends SourceTagAttachmentValue,B extends SourceTagAttachmentValue.SourceTagAttachmentValueBuilder<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.SourceTagAttachmentValue.SourceTagAttachmentValueBuilder<C,B>
- Enclosing class:
- SourceTagAttachmentValue
public abstract static class SourceTagAttachmentValue.SourceTagAttachmentValueBuilder<C extends SourceTagAttachmentValue,B extends SourceTagAttachmentValue.SourceTagAttachmentValueBuilder<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()
tagAttachmentKey
(String tagAttachmentKey) Attachment key, for example: 'has_pii' or 'type_pii'.tagAttachmentValue
(String tagAttachmentValue) Attachment value, for example: 'true' or 'email'.toString()
Fixed typeName for SourceTagAttachmentValue.Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
SourceTagAttachmentValueBuilder
public SourceTagAttachmentValueBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFrom
in classAtlanStruct.AtlanStructBuilder<C extends SourceTagAttachmentValue,
B extends SourceTagAttachmentValue.SourceTagAttachmentValueBuilder<C, B>>
-
typeName
Fixed typeName for SourceTagAttachmentValue.- Overrides:
typeName
in classAtlanStruct.AtlanStructBuilder<C extends SourceTagAttachmentValue,
B extends SourceTagAttachmentValue.SourceTagAttachmentValueBuilder<C, B>> - Returns:
this
.
-
tagAttachmentKey
Attachment key, for example: 'has_pii' or 'type_pii'.- Returns:
this
.
-
tagAttachmentValue
Attachment value, for example: 'true' or 'email'.- Returns:
this
.
-
self
- Specified by:
self
in classAtlanStruct.AtlanStructBuilder<C extends SourceTagAttachmentValue,
B extends SourceTagAttachmentValue.SourceTagAttachmentValueBuilder<C, B>>
-
build
- Specified by:
build
in classAtlanStruct.AtlanStructBuilder<C extends SourceTagAttachmentValue,
B extends SourceTagAttachmentValue.SourceTagAttachmentValueBuilder<C, B>>
-
toString
- Overrides:
toString
in classAtlanStruct.AtlanStructBuilder<C extends SourceTagAttachmentValue,
B extends SourceTagAttachmentValue.SourceTagAttachmentValueBuilder<C, B>>
-