JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.datazone.model

Class LineageNodeSummary

    • Constructor Detail

      • LineageNodeSummary

        public LineageNodeSummary()
    • Method Detail

      • setCreatedAt

        public void setCreatedAt(Date createdAt)

        The timestamp at which the data lineage node was created.

        Parameters:
        createdAt - The timestamp at which the data lineage node was created.
      • getCreatedAt

        public Date getCreatedAt()

        The timestamp at which the data lineage node was created.

        Returns:
        The timestamp at which the data lineage node was created.
      • withCreatedAt

        public LineageNodeSummary withCreatedAt(Date createdAt)

        The timestamp at which the data lineage node was created.

        Parameters:
        createdAt - The timestamp at which the data lineage node was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedBy

        public void setCreatedBy(String createdBy)

        The user who created the data lineage node.

        Parameters:
        createdBy - The user who created the data lineage node.
      • getCreatedBy

        public String getCreatedBy()

        The user who created the data lineage node.

        Returns:
        The user who created the data lineage node.
      • withCreatedBy

        public LineageNodeSummary withCreatedBy(String createdBy)

        The user who created the data lineage node.

        Parameters:
        createdBy - The user who created the data lineage node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        The description of the data lineage node.

        Parameters:
        description - The description of the data lineage node.
      • getDescription

        public String getDescription()

        The description of the data lineage node.

        Returns:
        The description of the data lineage node.
      • withDescription

        public LineageNodeSummary withDescription(String description)

        The description of the data lineage node.

        Parameters:
        description - The description of the data lineage node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDomainId

        public void setDomainId(String domainId)

        The ID of the domain of the data lineage node.

        Parameters:
        domainId - The ID of the domain of the data lineage node.
      • getDomainId

        public String getDomainId()

        The ID of the domain of the data lineage node.

        Returns:
        The ID of the domain of the data lineage node.
      • withDomainId

        public LineageNodeSummary withDomainId(String domainId)

        The ID of the domain of the data lineage node.

        Parameters:
        domainId - The ID of the domain of the data lineage node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEventTimestamp

        public void setEventTimestamp(Date eventTimestamp)

        The event timestamp of the data lineage node.

        Parameters:
        eventTimestamp - The event timestamp of the data lineage node.
      • getEventTimestamp

        public Date getEventTimestamp()

        The event timestamp of the data lineage node.

        Returns:
        The event timestamp of the data lineage node.
      • withEventTimestamp

        public LineageNodeSummary withEventTimestamp(Date eventTimestamp)

        The event timestamp of the data lineage node.

        Parameters:
        eventTimestamp - The event timestamp of the data lineage node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setId

        public void setId(String id)

        The ID of the data lineage node.

        Parameters:
        id - The ID of the data lineage node.
      • getId

        public String getId()

        The ID of the data lineage node.

        Returns:
        The ID of the data lineage node.
      • withId

        public LineageNodeSummary withId(String id)

        The ID of the data lineage node.

        Parameters:
        id - The ID of the data lineage node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The name of the data lineage node.

        Parameters:
        name - The name of the data lineage node.
      • getName

        public String getName()

        The name of the data lineage node.

        Returns:
        The name of the data lineage node.
      • withName

        public LineageNodeSummary withName(String name)

        The name of the data lineage node.

        Parameters:
        name - The name of the data lineage node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSourceIdentifier

        public void setSourceIdentifier(String sourceIdentifier)

        The alternate ID of the data lineage node.

        Parameters:
        sourceIdentifier - The alternate ID of the data lineage node.
      • getSourceIdentifier

        public String getSourceIdentifier()

        The alternate ID of the data lineage node.

        Returns:
        The alternate ID of the data lineage node.
      • withSourceIdentifier

        public LineageNodeSummary withSourceIdentifier(String sourceIdentifier)

        The alternate ID of the data lineage node.

        Parameters:
        sourceIdentifier - The alternate ID of the data lineage node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTypeName

        public void setTypeName(String typeName)

        The name of the type of the data lineage node.

        Parameters:
        typeName - The name of the type of the data lineage node.
      • getTypeName

        public String getTypeName()

        The name of the type of the data lineage node.

        Returns:
        The name of the type of the data lineage node.
      • withTypeName

        public LineageNodeSummary withTypeName(String typeName)

        The name of the type of the data lineage node.

        Parameters:
        typeName - The name of the type of the data lineage node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTypeRevision

        public void setTypeRevision(String typeRevision)

        The type of the revision of the data lineage node.

        Parameters:
        typeRevision - The type of the revision of the data lineage node.
      • getTypeRevision

        public String getTypeRevision()

        The type of the revision of the data lineage node.

        Returns:
        The type of the revision of the data lineage node.
      • withTypeRevision

        public LineageNodeSummary withTypeRevision(String typeRevision)

        The type of the revision of the data lineage node.

        Parameters:
        typeRevision - The type of the revision of the data lineage node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUpdatedAt

        public void setUpdatedAt(Date updatedAt)

        The timestamp at which the data lineage node was updated.

        Parameters:
        updatedAt - The timestamp at which the data lineage node was updated.
      • getUpdatedAt

        public Date getUpdatedAt()

        The timestamp at which the data lineage node was updated.

        Returns:
        The timestamp at which the data lineage node was updated.
      • withUpdatedAt

        public LineageNodeSummary withUpdatedAt(Date updatedAt)

        The timestamp at which the data lineage node was updated.

        Parameters:
        updatedAt - The timestamp at which the data lineage node was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUpdatedBy

        public void setUpdatedBy(String updatedBy)

        The user who updated the data lineage node.

        Parameters:
        updatedBy - The user who updated the data lineage node.
      • getUpdatedBy

        public String getUpdatedBy()

        The user who updated the data lineage node.

        Returns:
        The user who updated the data lineage node.
      • withUpdatedBy

        public LineageNodeSummary withUpdatedBy(String updatedBy)

        The user who updated the data lineage node.

        Parameters:
        updatedBy - The user who updated the data lineage node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /