Class CloneDefinition.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • setBaseTableId

        public abstract CloneDefinition.Builder setBaseTableId​(TableId baseTableId)
        Reference describing the ID of the table that was Cloned. *
      • setCloneTime

        public abstract CloneDefinition.Builder setCloneTime​(String dateTime)
        The time at which the base table was Cloned. This value is reported in the JSON response using RFC3339 format. *
      • build

        public abstract CloneDefinition build()
        Creates a CloneDefinition object.