Package com.atlan.model.search
Class CustomMetadataAttributesAuditDetail.CustomMetadataAttributesAuditDetailBuilder<C extends CustomMetadataAttributesAuditDetail,B extends CustomMetadataAttributesAuditDetail.CustomMetadataAttributesAuditDetailBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.core.CustomMetadataAttributes.CustomMetadataAttributesBuilder<C,B>
com.atlan.model.search.CustomMetadataAttributesAuditDetail.CustomMetadataAttributesAuditDetailBuilder<C,B>
- Enclosing class:
- CustomMetadataAttributesAuditDetail
public abstract static class CustomMetadataAttributesAuditDetail.CustomMetadataAttributesAuditDetailBuilder<C extends CustomMetadataAttributesAuditDetail,B extends CustomMetadataAttributesAuditDetail.CustomMetadataAttributesAuditDetailBuilder<C,B>>
extends CustomMetadataAttributes.CustomMetadataAttributesBuilder<C,B>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected B
$fillValuesFrom
(C instance) abstract C
build()
Indicates whether this custom metadata audit entry is empty, typically true when the custom metadata has since been deleted from Atlan.protected abstract B
self()
toString()
Unique name of the custom metadata set (structure).Methods inherited from class com.atlan.model.core.CustomMetadataAttributes.CustomMetadataAttributesBuilder
archivedAttribute, archivedAttributes, attribute, attributes, clearArchivedAttributes, clearAttributes
Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
CustomMetadataAttributesAuditDetailBuilder
public CustomMetadataAttributesAuditDetailBuilder()
-
-
Method Details
-
$fillValuesFrom
-
typeName
Unique name of the custom metadata set (structure).- Returns:
this
.
-
empty
Indicates whether this custom metadata audit entry is empty, typically true when the custom metadata has since been deleted from Atlan.- Returns:
this
.
-
self
- Specified by:
self
in classCustomMetadataAttributes.CustomMetadataAttributesBuilder<C extends CustomMetadataAttributesAuditDetail,
B extends CustomMetadataAttributesAuditDetail.CustomMetadataAttributesAuditDetailBuilder<C, B>>
-
build
- Specified by:
build
in classCustomMetadataAttributes.CustomMetadataAttributesBuilder<C extends CustomMetadataAttributesAuditDetail,
B extends CustomMetadataAttributesAuditDetail.CustomMetadataAttributesAuditDetailBuilder<C, B>>
-
toString
-