Interface LineageSyncOutput.Builder

  • Method Details

    • lineageJobId

      LineageSyncOutput.Builder lineageJobId(String lineageJobId)

      The ID of the lineage sync job.

      Parameters:
      lineageJobId - The ID of the lineage sync job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timezone

      LineageSyncOutput.Builder timezone(String timezone)

      The timezone of the lineage sync schedule.

      Parameters:
      timezone - The timezone of the lineage sync schedule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • timezone

      LineageSyncOutput.Builder timezone(Timezone timezone)

      The timezone of the lineage sync schedule.

      Parameters:
      timezone - The timezone of the lineage sync schedule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • enabled

      Specifies whether lineage sync is enabled.

      Parameters:
      enabled - Specifies whether lineage sync is enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • schedule

      LineageSyncOutput.Builder schedule(String schedule)

      The schedule of the lineage sync.

      Parameters:
      schedule - The schedule of the lineage sync.
      Returns:
      Returns a reference to this object so that method calls can be chained together.