Class LineageNodeSummary
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.LineageNodeSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LineageNodeSummary.Builder,LineageNodeSummary>
@Generated("software.amazon.awssdk:codegen") public final class LineageNodeSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LineageNodeSummary.Builder,LineageNodeSummary>
The summary of the data lineage node.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLineageNodeSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LineageNodeSummary.Builderbuilder()InstantcreatedAt()The timestamp at which the data lineage node was created.StringcreatedBy()The user who created the data lineage node.Stringdescription()The description of the data lineage node.StringdomainId()The ID of the domain of the data lineage node.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)InstanteventTimestamp()The event timestamp of the data lineage node.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the data lineage node.Stringname()The name of the data lineage node.List<SdkField<?>>sdkFields()static Class<? extends LineageNodeSummary.Builder>serializableBuilderClass()StringsourceIdentifier()The alternate ID of the data lineage node.LineageNodeSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtypeName()The name of the type of the data lineage node.StringtypeRevision()The type of the revision of the data lineage node.InstantupdatedAt()The timestamp at which the data lineage node was updated.StringupdatedBy()The user who updated the data lineage node.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
createdAt
public final Instant createdAt()
The timestamp at which the data lineage node was created.
- Returns:
- The timestamp at which the data lineage node was created.
-
createdBy
public final String createdBy()
The user who created the data lineage node.
- Returns:
- The user who created the data lineage node.
-
description
public final String description()
The description of the data lineage node.
- Returns:
- The description of the data lineage node.
-
domainId
public final String domainId()
The ID of the domain of the data lineage node.
- Returns:
- The ID of the domain of the data lineage node.
-
eventTimestamp
public final Instant eventTimestamp()
The event timestamp of the data lineage node.
- Returns:
- The event timestamp of the data lineage node.
-
id
public final String id()
The ID of the data lineage node.
- Returns:
- The ID of the data lineage node.
-
name
public final String name()
The name of the data lineage node.
- Returns:
- The name of the data lineage node.
-
sourceIdentifier
public final String sourceIdentifier()
The alternate ID of the data lineage node.
- Returns:
- The alternate ID of the data lineage node.
-
typeName
public final String typeName()
The name of the type of the data lineage node.
- Returns:
- The name of the type of the data lineage node.
-
typeRevision
public final String typeRevision()
The type of the revision of the data lineage node.
- Returns:
- The type of the revision of the data lineage node.
-
updatedAt
public final Instant updatedAt()
The timestamp at which the data lineage node was updated.
- Returns:
- The timestamp at which the data lineage node was updated.
-
updatedBy
public final String updatedBy()
The user who updated the data lineage node.
- Returns:
- The user who updated the data lineage node.
-
toBuilder
public LineageNodeSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LineageNodeSummary.Builder,LineageNodeSummary>
-
builder
public static LineageNodeSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends LineageNodeSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-