Class AddExecutorReq.Builder

  • Enclosing class:
    AddExecutorReq

    public static final class AddExecutorReq.Builder
    extends java.lang.Object
    • Method Detail

      • executorOrgId

        public AddExecutorReq.Builder executorOrgId​(java.util.Optional<java.lang.String> executorOrgId)

        ID of the on-chrt provider organization to assign as executor. Mutually exclusive with off_chrt_executor_org_id.

      • offChrtExecutorOrgId

        public AddExecutorReq.Builder offChrtExecutorOrgId​(java.util.Optional<java.lang.String> offChrtExecutorOrgId)

        ID of the off-chrt provider organization to assign as executor. Must be owned by the caller's coordinator org. Mutually exclusive with executor_org_id.

      • offChrtExecutorOrgId

        public AddExecutorReq.Builder offChrtExecutorOrgId​(java.lang.String offChrtExecutorOrgId)