Class InstanceSpecPlanExecution.Builder

    • Method Detail

      • uid

        public InstanceSpecPlanExecution.Builder uid​(java.lang.String uid)
        UID is a type that holds unique ID values, including UUIDs. Because we don't ONLY use UUIDs, this is an alias to string. Being a type captures intent and helps make sure that UIDs and names do not get conflated.
        Returns:
        this.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object