Interface DataProductRevision.Builder

  • Method Details

    • createdAt

      DataProductRevision.Builder createdAt(Instant createdAt)

      The timestamp at which the data product revision was created.

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

      DataProductRevision.Builder createdBy(String createdBy)

      The user who created the data product revision.

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

      DataProductRevision.Builder domainId(String domainId)

      The ID of the domain where the data product revision lives.

      Parameters:
      domainId - The ID of the domain where the data product revision lives.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The ID of the data product revision.

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

      DataProductRevision.Builder revision(String revision)

      The data product revision.

      Parameters:
      revision - The data product revision.
      Returns:
      Returns a reference to this object so that method calls can be chained together.